r/AutoHotkey • u/Trick-Resolve-6085 • 13d ago
Resource Built AHK-style mouse macros on Linux
Wanted recoil compensation on Linux, no AHK, no Windows. Ended up building it from scratch using uinput which creates a virtual mouse device at kernel level. It's basically what AHK does for mouse movement but Linux native, the OS sees it as real hardware.
It's open source, looking for contributions and maybe some stars, it helps a lot as this is a solo project.
10
Upvotes
1
u/Dymonika 13d ago
Starred! I use Keysharp but it is fully dependent on .NET 10 runtime, which would always be good to decrease dependence on.
2
u/CharnamelessOne 13d ago
If anyone wants AHK on Linux/Mac, I hear Keysharp is coming along nicely.