How do I reverse the behavior of input key chords? #1710
Unanswered
anasouardini
asked this question in
Q&A
Replies: 1 comment 1 reply
-
It's not possible built-in today. As a workaround you might consider using list variables for your exclusion so it's at least easier to maintain.
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
[edit: fixed some typos]
I find myself, most of the time, needing to enable a key chord in only one non-base layer instead of the default behavior which is enabling for every layer and then excluding manually.
One use case is this kinda complex layering:
So, I imagine I'd do
ui
to bring the numbers layer up and then simply addo
with my ring finger to get fist layer symbols thenp
for the 2nd. Sounds like an unnecessary complexity but it feels slightly better in practice.In general, I need to have an input key chord specific only to some specific layer and I find it unwise to remember to add new layers to the exception list of the chords.
Beta Was this translation helpful? Give feedback.
All reactions