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

resolved hotkey +S conflict on WASD mode #11

Closed EnesHHS closed 6 months ago

EnesHHS commented 11 months ago

Shift + S in WASD mode is supposed to jump the cursor to the bottom of the screen, but due to a hotkey conflict it instead enters Quick Insert. This PR moves +S:: DoubleClickInsert() into the #If (NORMAL_MODE && WASD == false) statement.

4strid commented 6 months ago

looks right to me