How to change a layer-while-held layer afterwards without releasing the while-held key! #412
gerhard-h
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Consider you have a convieniently reachable key mapped to
(layer-while-held symbols)
but somtimes you'd prefer it to be another layer like
(layer-while-held numbers)
.There are ways in kanata to do this beforehand like
fork
chord
tap-dance
, but I wantThe easy but not obvious way to do it is:
(layer-while-held symbols)
with(multi (layer-while-held numbers) (layer-while-held symbols))
(still activates symbols layer)
(release-layer symbols)
on the symbols layer and you end up in numbers layerdone :)
Beta Was this translation helpful? Give feedback.
All reactions