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: 2 comments 3 replies
|
Exactly what I was looking for! Although a replace-layer-while-held action would be nice, as this one does not "scale", so adding an another layer means you have to add an other release for every other case... If I understand it correctly. |
1 reply
|
Thanks ! That was not obvious indeed, at least not to me. |
2 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.
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
forkchordtap-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 :)
All reactions