Allow binding to key release #1148
Toesmasher
started this conversation in
Ideas
Replies: 2 comments
-
This is gonna happen at some point, it's just nontrivial input logic that needs to be both written and well tested. |
Beta Was this translation helpful? Give feedback.
0 replies
-
This might be interesting to temporarily show the status bar as well. I personally keep it off most times and toggle it on demand |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Key bindings currently take action once a key is pressed down. This is a sensible default for the overwhelming amount of cases, however there are use cases for binding to when keys are released as well, and I currently find myself wishing I could mute my microphone by holding down a key and unmute it when the key is released.
Rough idea:
Binding to M is obviously silly, but it should demonstrate the idea. The fact that repeat=true is the default for keybindings does throw a wrinkle in here, though.
Beta Was this translation helpful? Give feedback.
All reactions