Is it possible to define a keyboard shortcut that is interruptible?
I would like shift
+ space
to trigger an action, but if shift
is followed by anything except a space, then the shortcut should NOT continue to wait for a space
to be pressed.
The reason is that it's quite easy to accidentally trigger because shift
is used naturally when typing. In this sequence:
- [hold shift], [press number key], [space], [release shift]
The action is unintentionally triggered because I am holding shift
+space
at some point. However, this was not the intention because I was actually typing a special key that required shift
, but I just did not release shift
before continuing to type a space
.