-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unexpected Cursor Teleportation #2
Comments
This is most likely because of my simple fix to a weird windows behavior. Example:
Problem:
Simple Solution:
Advenced Solution:
Could this be the case for you?Can you please send me a screenshot of the "Mousetrap Settings" window where your screens setup is visible? |
Thanks, I will see what i can do. |
It's still happening. |
Just downloaded and testing. This issue still exists. Mouse will jump to center of screen you are moving cursor to. Will update if more problems arise but so far super smooth. |
@ThaBoss07 I can't reproduce this bug on any computer or configuration. Can you specify your configuration?
|
I just did a fresh install and can confirm this issue with the following setup: [{"ScreenId":0,"Name":"Screen1","TopBridge":null,"LeftBridge":null,"RightBridge":{"TopOffset":0,"BottomOffset":361,"TargetScreenId":1},"BottomBridge":null},{"ScreenId":1,"Name":"Screen2","TopBridge":null,"LeftBridge":{"TopOffset":0,"BottomOffset":0,"TargetScreenId":0},"RightBridge":null,"BottomBridge":null}]
@wildmanlennox already described how the problem can be reproduced, for example by wiggling the mouse back and forth between screens |
Mousetrap v1.0.6 is releasedIn this version, I've done some optimizations regarding this Problem. I will close this issue now and if the problem continues to occur, ChangelogVersion 1.0.6
|
Thanks for the update! Setup is the same as described in #2 (comment) |
Can you please reproduce the bug with realtime loggong on, in the new diagnostic window, and send me then the diagnostic data to analyze. Thanks for this quick reaction |
I did a complete reinstall of the new release now and the problem seems to be solved now. No more cursor teleportation. But it seems to be fixed for now, thank you very much! |
I'm happy to hear that, I suspect on your first try you got the victim of my mechanism to only keep one instance running, because this mechanism awakes the running instance (if there is one) instead of running a new one. This means you can double click on the new version and what happens is, it opens the settings screen of the old (currently running) version. Have a nice day! |
on some passes between monitors, the cursor will jump to the center of the next screen
The text was updated successfully, but these errors were encountered: