How to remap Ctrl-a to Alt-a smartly #994
-
what is the best practice of remaping Ctrl-a to Alt-a? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
You could (if tapping control does nothing) have ctrl as |
Beta Was this translation helpful? Give feedback.
You could (if tapping control does nothing) have ctrl as
(around ctl (layer-toggle alt-a))
then have a layeralt-a
possibly using nameddefsrc
blocks. And mapa
to something like#((release-only ctl) A-a (press-only ctl))
.Though this is one of the biggest problems KMonad currently has in my opinion.
See: