Change NOR -> SEL while a modifier is pressed #10192
Unanswered
dstrelnikov
asked this question in
General
Replies: 1 comment
-
This is impossible to do in the terminal because we only get press events (+ repeated events on hold), no release/hold events. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Would that be possible to assign a modifier (for instance
Alt
) to switch the normal mode (NOR) to select / extend mode SEL mode while the modifier is being hold?Something like
v2wv
=Mod(hold) 2w Mod(release)
.Beta Was this translation helpful? Give feedback.
All reactions