feature: Allow timeouts to be used in conjunction with + (#181)
This patch allows macro chains of the form key1+key2 to be punctuated with timeouts. It is mainly useful to account for broken software which assumes human-scale timeouts between key down and key up events. E.G leftcontrol+n+30ms will force a 30ms delay between '<leftcontrol down> <n down>' and the subsequent '<leftcontrol up> <n up>'.master
parent
acf1ca45d8
commit
5836897bf0
1 changed files with 9 additions and 5 deletions
Loading…
Reference in new issue