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

ToggleInsert/NormalMode #3

Closed Konfekt closed 3 years ago

Konfekt commented 3 years ago

Could a single key combination be bound to switch between Insert and Normal mode? Say Ctrl+; like Keynav does.

4strid commented 3 years ago

Shift+Capslock is presently the shortcut for toggling modes . I can add another shortcut for toggling modes since this doesn't seem to work for you due to key conflicts .

Konfekt commented 3 years ago

Okay, thank you, I overlooked it probably as it is bound in two places (corresponding to the two modes).