Looking for an Up-to-Date AutoHotkey Alternative for Linux

0
44
Asked By FunkyPineapple77 On

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

Answered By TechieTommy12 On

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: ...

FunkyPineapple77 -

I see, thank you!

Answered By UserFriendly32 On

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.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.