Skip to content
Discussion options

You must be logged in to vote

That seems like a fine solution and seems like a convenient one compared to alternatives, see below.


The issue is that when you hold physical AltGr, it is a (layer-toggle nav) which of course doesn't activate AltGr downstream.

One thing you can do is make @ab1 be RA-; and repeat for all other AltGr combos that you need.


You could also use something like:

(multi ralt (tap-hold-press 200 200 _ (layer-toggle nav)))

This keeps AltGr held downstream while activating the nav layer but this active AltGr may interfere with other nav layer actions in a negative way. This could be worked around with a solution like: nav layer actions that don't want AltGr can use (multi (release-key ralt) @myact…

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

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

Answer selected by laur89
@laur89
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
2 participants