Skip to content

Associating actions between layers #1587

Answered by gerhard-h
cvsguimaraes asked this question in Q&A
Discussion options

You must be logged in to vote

I really missed transparent keys are meanwhile layer aware
** layer-while-held workaround (working)**
Stack both layers on top op each other
(multi (layer-while-held symbols) (layer-while-held numbers) )
now in numbers layer you can use (tap-hold 200 200 1 _ ) where _ represents the action on the symbols layer (tested)

** layer-switch / base layer workaround (untested)**
since you can't use layer-switch anymore you must emulate it with virtual keys
(defvirtualkey switch_base (multi (layer-while-held symbols) (layer-while-held base)) )
This workaround is only able to pull from one layer
I can't use this myself because it messes with on-idle state.

** workaround with late layer activation (…

Replies: 2 comments 9 replies

Comment options

You must be logged in to vote
7 replies
@cvsguimaraes
Comment options

@gerhard-h
Comment options

Answer selected by cvsguimaraes
@jtroo
Comment options

@jtroo
Comment options

@cvsguimaraes
Comment options

@gerhard-h
Comment options

Comment options

You must be logged in to vote
2 replies
@jtroo
Comment options

@gerhard-h
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants