kanata: layer-misc: Add more symbols, trigger layer with Space-D

Signed-off-by: George Kaklamanos <gkaklas@gkaklas.gr>
This commit is contained in:
George Kaklamanos 2024-05-04 00:00:31 +03:00
parent 73a1d1f61f
commit 840bdbdaba
No known key found for this signature in database
GPG key ID: C0CAB8A6BDC9399D

View file

@ -23,7 +23,7 @@
;;caps a r s t g m n e i o ;;caps a r s t g m n e i o
_ _ _ @chs @cht _ _ _ _ _ _ _ _ _ @chs @cht _ _ _ _ _ _
;;lsft z x c d v k h , . / ;;lsft z x c d v k h , . /
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ @chd _ _ _ _ _ _
;;lctl lmet lalt spc ret ; ;;lctl lmet lalt spc ret ;
_ _ _ @chspc @chret _ _ _ _ @chspc @chret _
) )
@ -58,13 +58,13 @@
;;grv 1 2 3 4 5 6 7 8 9 0 - = bspc ;;grv 1 2 3 4 5 6 7 8 9 0 - = bspc
XX XX XX XX XX XX XX XX XX XX XX XX XX XX XX XX XX XX XX XX XX XX XX XX XX XX XX XX
;;tab q w f p b j l u y ' [ ] ;;tab q w f p b j l u y ' [ ]
XX S-1 S-2 S-3 S-4 S-5 S-6 S-7 S-8 S-9 XX XX XX XX S-1 S-2 S-3 S-4 S-5 S-6 S-7 S-8 S-9 S-0 XX XX
;;caps a r s t g m n e i o ;;caps a r s t g m n e i o
XX XX XX XX XX XX XX [ S-[ XX XX XX XX XX XX XX XX XX [ S-[ S-9 XX
;;lsft z x c d v k h , . / ;;lsft z x c d v k h , . /
XX XX XX XX XX XX XX ] S-] XX XX XX XX XX XX XX XX XX ] S-] S-0 XX
;;lctl lmet lalt spc ret ; ;;lctl lmet lalt spc ret ;
XX XX XX XX XX XX XX XX XX XX XX XX
) )
(defalias (defalias
num (layer-while-held num) num (layer-while-held num)
@ -72,17 +72,19 @@
misc (layer-while-held misc) misc (layer-while-held misc)
cht (chord example t) cht (chord example t)
chs (chord example s) chs (chord example s)
chd (chord example d)
chspc (chord example spc) chspc (chord example spc)
chret (chord example ret) chret (chord example ret)
) )
(defchords example 500 (defchords example 500
(t) t (t) t
(s) s (s) s
(d) d
(spc) spc (spc) spc
(ret) ret (ret) ret
(spc s) @num (spc s) @num
(spc t) @arrows (spc t) @arrows
(spc ret) @misc (spc d) @misc
) )
''; '';
} }