4strid / mouse-control.autohotkey

AutoHotKey script for controlling the mouse with the keyboard. Fast & easy-to-use, full-fledged software replacement for a physical mouse. WASD / vim movement and vim-inspired key bindings. Better alternative to Numpad Mouse.
MIT License
83 stars 16 forks source link

Update vim_mouse_2.ahk #7

Closed Goku1999 closed 1 year ago

Goku1999 commented 1 year ago

Fixed jump middle for multiple screen setup, verified it with my 2 + 1 (monitors plus laptop) setup

4strid commented 1 year ago

i would recommend just using Jump3 where you'd expect to hit Jump2 , as the ordering of screens on windows is a little finicky in windows . i may reopen this when i have a 3 screen setup to test with but the order right now is based on which display is which in the display manager and i think is working as intentional . (though i can't actually confirm that at this time)

4strid commented 1 year ago

note also , that if the displays are different sizes , this works only so well and it's not going to be in the exact center because , boy howdy is it a doozy to calculate it "fully correctly"

4strid commented 1 year ago

ofc, since you're running from source , you have already resolved this for your particular set up ;>

hope you're having a good day today