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

Start in normal mode #10

Open Km1eon opened 11 months ago

Km1eon commented 11 months ago

I've tried to launch mouse-control.ahk in windows but nothing in linux nothing too i think to create shortcut with variable ... Can anyone help me ... Thank's in advance

4strid commented 8 months ago

to run mouse-control.ahk you'll need to first install Autohotkey . Or you can launch mouse-control.ahk.exe which requires no additional installations.

i was pleasantly surprised to learn it actually does work in Linux with wine (with one major caveat ! it can't run in the background and retain focus , so you'll have to create a hot key for focusing the autohotkey program each time you need to move the mouse however you choose to do that , using xdotool or whatever you like)

It starts in Insert mode by default , to control the mouse hit Home first and then the hot keys for mouse control should activate . To type normally again hit Insert .

let me know if this addresses your concerns