keyd icon indicating copy to clipboard operation
keyd copied to clipboard

Add command autorepeat and command2() (#569)

Open peesock opened this issue 1 year ago • 0 comments

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.

peesock avatar Mar 20 '24 05:03 peesock