Combo key with disabled home row #1607
-
Hello, However there's a problem : I can't do combo of key from home row. For instance I use lmet + lctl + hjkl to move around. But as I press the replacement of lmet and lctl, it disables the home row and the combo doens't work. Is it possible to not disable it if two key from the home row are press to allow such combo ? Or i you have any better solution i'm open of course Also I would like to add simple alias (swap caps and esc, and map rmet to ralt), but because the sefsrc becomes 11 elements long, nomod must be 11 long too, and if I put them in the nomod, it produce unwanted behavior (like the cap key that should be esc disable and become a real cap key) This is my config
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Might help with advanaced.kbd asumes you hold multi mods down on after the other. One way to change this within the system is to make individual $left-hand-keys-a, $left-hand-keys-s,... versions. or brut force
|
Beta Was this translation helpful? Give feedback.
-
advanced.kbd disallows certain keys combos to be mods. By "within the system" I meant you just adept this idea
this would allow A and S to be press together and act as mods, while D and S would not.
instead of does |
Beta Was this translation helpful? Give feedback.
advanced.kbd disallows certain keys combos to be mods. By "within the system" I meant you just adept this idea
this would allow A and S to be press together and act as mods, while D and S would not.
(f d)
being a simplified$left-hand-keys-for-a
instead of
delegate-to-first-layer yes
you can try(deflayer nomods a s d f j k l ; @caps @esc @rmet)
instead of
proces…