Replies: 1 comment
-
Try changing your shortcuts to aliases that look something like
Shouldn't need to change the already-alted shortcuts (except perhaps to remove the extra Alt?: you are already holding that down whenever you are in the layer). https://github.com/jtroo/kanata/blob/main/docs/config.adoc#unmod |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to achieve some shortcuts using
Alt
, butAlt
already has several default shortcuts. For these, I haven’t assigned any specific shortcut in my custom layer.Here’s the config I’ve tried:
inner-nav (layer-toggle inner-nav_layer) lalt (multi lalt (tap-hold-release 0 $ht lalt @inner-nav) )
And here is the
inner-nav_layer
:Goal:
Alt
to them._
) should behave asAlt + key
(i.e.,Alt + q
,Alt + anything
not defined in the layer).Also I've tried
This completely disables the
Alt
key for other shortcuts (e.g.,Alt + q
does not work).How can I achieve the desired behavior where mapped shortcuts in the
inner-nav_layer
don’t includeAlt
, but unmapped keys triggerAlt + key
? Any suggestions would be much appreciated!Beta Was this translation helpful? Give feedback.
All reactions