one-shot
+ -except
variations
#1437
thomastthai
started this conversation in
General
Replies: 1 comment 4 replies
-
This would not be a replacement of pause-processing. There are actions that aren't keys that can interrupt one-shot; e.g. a cmd in a one-shot layer, which would be difficult to define within an except list. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Some list actions, e.g.
tap-hold-release-keys
, allow the input action to use a list of keys to consider. Theone-shot
variations would benefit from adding-except
variations to allow for keys that don't count for the one-shot. For example, aone-shot
action switches to a nav layer that has modifier keys and arrow keys. With a list of modifier keys defined that wouldn't count for theone-press
, then pressing multiple modifier keys and one of the arrow keys would work.That would be cleaner than solving that with
one-shot-pause-processing
.Beta Was this translation helpful? Give feedback.
All reactions