@tsonfeir But Linux does not have AutoHotkey. This is the biggest deal-breaker for me by far. AutoKey seems be the closest thing, but it’s such a massive pain to even try to use by comparison.
Depending on your usage, perhaps this re-implementation of AHK for Linux might be of use to you.
I doesn’t have auto hotkey because for the most part, you can control Linux from the command-line without someone having to invent a new scripting language from scratch to control it.
I heavily recommend you familiarize yourself with bash and the system commands you’ll need to send key presses, move windows, spawn and kill programs, etc.
Hmm, thanks. Can it simulate mouse-clicks?
Apparently, xdotool
can! I guess the next thing would be generating GUIs. I think the final issue is that this would cause quite the fragmentation given how I use the same scripts on my Windows-only work laptop… but I’ll think about this more…
Do you have any as-convenient alternative? It’s way easier to use than Python or anything else, and it’s sped up some of my work procedures by, like, 7x. I use it for dozens of text expansion strings, autocorrect, address typers, mouse-clickers, etc.
Never mind, I’ve since stumbled across xdotool
! I suppose this may be doable after all…