hkd
hkd copied to clipboard
Display-Server-Agnostic Hotkey Daemon for Linux
Currently, manually running hkd will result in the enter key being held. The keyboard is grabbed before the release event is sent. Temporary workaround: ``` sleep 1 && hkd -d...
First of all thank you for this tool. I just by mere luck bumped into it after a long search for similar tools. Tools that work in the Linux Console...
Pressing two of the same modifier (e.g. left and right alt), then releasing one of them, results in the other modifier not being counted as pressed by the mod_state variable.