keymapper
keymapper copied to clipboard
Long press support
Add a syntax and feature to handle a key long press. Would be useful for action keys. (e.g. turning lights on or off, ctrl c/v)
I propose a syntax like this:
Hold{C} >> (Control){C}
Hold{A, 3000} >> F13 // optional hold time as seconds parameter
Hold{Q} >> (Alt){F4}