-
The Bindings class appears to not allow a binding for the space character " ", as the strip() gets rid of it.
Is that intentional? Is there a way around, to still bind space or do you generally consider this a bad idea (Im thinking about a "toggle" option)? |
Beta Was this translation helpful? Give feedback.
Answered by
davep
Oct 21, 2022
Replies: 1 comment 1 reply
-
Many keys are bound by their name, and space is one of them. So you'd bind |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
n-doerrer
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Many keys are bound by their name, and space is one of them. So you'd bind
"space"
.