g910-gkey-macro-support
g910-gkey-macro-support copied to clipboard
Add support for "sleep" in shortcuts
I'm interested in creating a macro that presses a key, waits a few seconds, then presses another key. Reading through the source for the G910 key tool you created it seems like the only way to do this would be to write a small program (possibly using uinput, although I don't have much experience automating input with Linux so that may be overkill if there's a syscall for it) and run that program.