-
Notifications
You must be signed in to change notification settings - Fork 122
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
Request: Option to have the cursor move to the selected window #144
Comments
Perhaps also raise an Issue in my fork as I might implement this feature. |
I implemented this in Autohotkey to center mouse inside active window whenever it changes. |
will you please share this implementation?
…On Fri, 29 May 2020 at 17:21, Martin Lichtblau ***@***.***> wrote:
I implemented this in Autohotkey to center mouse inside active window
whenever it changes.
And it's so smooth to have the pointer always in place, just an inch away
from what you want to click, esp. for multi-monitor setups, and it works
even with context/settings/menus/browser popups/ etc. !
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#144 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AD4MPPL7TAC4BXOLCTTWS23RT6OTDANCNFSM4KOV3LRA>
.
|
I created a standalone autohotkey script CenterMouseOnActiveWindow.ahk. If you are familiar with ahk you know what to do with it. If not, you can use it out of the box like this:
Use it for some time and tell me what you think about it :-) |
thanks for this.
I am familiar with ahk. Will look at your other scripts too :)
…On Fri, 29 May 2020 at 19:15, Martin Lichtblau ***@***.***> wrote:
I created a standalone autohotkey script CenterMouseOnActiveWindow.ahk
<https://github.com/MartinLichtblau/ErgonomicInput/blob/master/Autohotkey/standaloneScripts/CenterMouseOnActiveWindow.ahk>.
If you are familiar with ahk you know what to do with it. If not, you can
use it out of the box like this:
1. download this CenterMouseOnActiveWindow.zip
<https://github.com/kvakulo/Switcheroo/files/4702071/CenterMouseOnActiveWindow.zip>
2. extract and run the CenterMouseOnActiveWindow.exe
*Use it for some time and tell me what you think about it :-)*
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#144 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AD4MPPMBYDRNQYILQTJWXS3RT64APANCNFSM4KOV3LRA>
.
|
@MartinLichtblau do you happen to know how to modify it so it only focuses the mouse when the virtual desktop changes? |
No, but this should be hard. What for? What doesn't work? |
I just prefer for the mouse to move only when when I focus a window on a different monitor |
I see, differing between different monitors is possible != virtual desktop. |
I use switcheroo with 3 monitors. It would be very helpful if there was an option to have the cursor move to the window I select in switcheroo.
Thanks!
The text was updated successfully, but these errors were encountered: