How to change a layer-while-held layer afterwards without releasing the while-held key! #412
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. |
Beta Was this translation helpful? Give feedback.
-
|
Thanks ! That was not obvious indeed, at least not to me. |
Beta Was this translation helpful? Give feedback.
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 :)
Beta Was this translation helpful? Give feedback.
All reactions