Hey everyone! I'm looking for a modern alternative to AutoHotkey for Linux. I've heard about AHK_X11, but it seems outdated, and I think AutoKey is no longer maintained. I originally used an AutoHotkey script on Windows that nullifies the A and D key presses (which is great for bhop). I can't seem to find anything similar for Linux. If anyone knows how to convert or port this script to work on Linux, I'd appreciate your help! Here's the original script for reference: ...
2 Answers
Check out Jtroo's Kanata on GitHub! I've been using it to remap keys effectively. It can be a bit tricky to configure, especially with double-tap binds, but it’s super customizable! Here's a sample config that should help get you started: ...
You might want to consider using Python for this. It has some really powerful libraries for managing input devices and is cross-platform, which makes it a better option overall.

I see, thank you!