Skip to content

tap-hold for chords while preserving typed key order on tap activation #1380

Answered by jtroo
max-fatouros asked this question in Q&A
Discussion options

You must be logged in to vote

Simulator link

(defcfg concurrent-tap-hold yes)
(defsrc)(deflayer base)
(defchordsv2
 (w e) (tap-hold 200 200 (switch
  ((input-history real w 1)) (multi e w) break
  ((input-history real e 1)) (multi w e) break
 ) lctl) 50 first-release ())

Replies: 6 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by jtroo
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
enhancement New feature or request
3 participants
Converted from issue

This discussion was converted from issue #1378 on November 25, 2024 02:00.