-
GreetingsHey there! Cool project; thanks for the effort. Ultimate Goal
I need this for every character. If there's a shortcut, please tell me :) Major Blockers
Current Config
(defvar tap-timeout 100 hold-timeout 200 tt $tap-timeout ht $hold-timeout)
(defalias lo (tap-dance $ht ((layer-switch qwerty) (layer-switch canary))))
(defalias cx (tap-dance $ht (c (unicode ç))))
(defalias cl (tap-hold $tt $ht bspc lctl))
(defsrc
grv 1 2 3 4 5 6 7 8 9 0 - = bspc
tab q w e r t y u i o p [ ] \
caps a s d f g h j k l ; ' ret
lsft z x c v b n m , . / rsft
lctl lmet lalt spc ralt comp rctl
)
(deflayer qwerty
grv 1 2 3 4 5 6 7 8 9 0 - = bspc
tab q w e r t y u i o p [ ] \
@cl a s d f g h j k l ; ' ret
lsft z x @cx v b n m , . / _
lctl lmet lalt spc ralt @lo lrld
)
(deflayer canary
grv 1 2 3 4 5 6 7 8 9 0 - = bspc
tab w l y p k z x o u ; [ ] \
@cl c r s t b f n e i a ' ret
lsft j v d g q m h / , . rsft
lctl lmet lalt spc ralt @lo rctl
) |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
I use not sure this is your problem, just remember |
Beta Was this translation helpful? Give feedback.
-
If you get to many I don't use tripple tap so |
Beta Was this translation helpful? Give feedback.
If you get to many
c
increase the timeout of the first tap-hold from 100 to maybe 200.I don't use tripple tap so
(tap-dance 140
should also be increased to your preferences...