keyd
keyd copied to clipboard
Add command autorepeat and command2() (#569)
Adds global options to change command() timeout and time_repeat times for auto-repetition (defaults to 0), as well as a new command2() action to specify timeout/time_repeat for individual commands.
This may be a naive implementation; i basically just copied what macro2() does and re-made the parse_command() function.