document updated 12 years ago, on Apr 20, 2012
How to do AutoHotkey-like things in X Window:
all-in-one packages, very similar to AutoHotkey/AutoIt
capturing screenshots
sending keystrokes
- see "XTEST Extension" below
- xvkbd (see its "-text" option)
- you can write your own small C program that does it, using XSendEvent()
getting read-only information about windows, events, etc
hooking keyboard/mouse events
writeups
[1]
The below comes from another document, and is less organized:
command-line utilties for sending XTEST commands and similar
unknown if these are related