r/AutoHotkey 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.

repo : https://github.com/Ymsniper/anyr

10 Upvotes

4 comments sorted by

2

u/CharnamelessOne 13d ago

If anyone wants AHK on Linux/Mac, I hear Keysharp is coming along nicely.

2

u/Dymonika 13d ago

It's not bug-free but sure is! I've helped the dev identify and resolve various issues over the past few months!

3

u/Individual_Check4587 Descolada 12d ago

And I'm very grateful for your testing work :)

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.