Skip to content

Combo key with disabled home row #1607

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

You must be logged in to vote

advanced.kbd disallows certain keys combos to be mods. By "within the system" I meant you just adept this idea

a (tap-hold-release-keys $tap-time $hold-time (multi a @tap) lalt (f d))
s (tap-hold-release-keys $tap-time $hold-time (multi s @tap) lsft (f d))

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

(defcfg
   process-unmapped-keys yes
   delegate-to-first-layer yes 
   concurrent-tap-hold yes ;; this is needed for defchordsv2 I never checked if it has unwonted sideeffects
     )

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…

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@noahfraiture
Comment options

Comment options

You must be logged in to vote
1 reply
@noahfraiture
Comment options

Answer selected by noahfraiture
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