catchall catches shift #10166
Replies: 4 comments 4 replies
-
|
I am having a similar issue, here is my currnet setup the sift key is immediatly recognized as an "unmapped" key and immedatly exits. is there a way to make an exceptiion for this or other such modifier keys? |
Beta Was this translation helpful? Give feedback.
-
|
it seems catchall catches all modifier keys as well |
Beta Was this translation helpful? Give feedback.
-
|
Switching |
Beta Was this translation helpful? Give feedback.
-
|
I no longer have this problem on "latest" git(barring the build error as mentioned in another thread) |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
As far as I understand, the catchall key is supposed to only catch unused keys to for example exit a submap when an unknown key is pressed. This does not work when defining a key binding with shift, upon pressing shift the submap exits even though I have defined a key binding using shift. Defining a key binding with only shift (not in combination with another key) doesn't help either.
Example:
When pressing A, the submap doesn't exit as expected
When pressing another Key the submap exits as expected
When pressing SHIFT, the submap exits maybe as expected
Adding
bind=SHIFT,,exec,trueto the submap:When pressing SHIFT, the submap exits not as expected
Beta Was this translation helpful? Give feedback.
All reactions