kanata: add graphite

This commit is contained in:
Charlie Root 2025-03-31 11:04:54 +02:00
commit e820173a12
Signed by: faukah
SSH key fingerprint: SHA256:Uj2AXqvtdCA4hn5Hq0ZonhIAyUqI1q4w2sMG3Z1TH7E
2 changed files with 62 additions and 0 deletions

View file

@ -0,0 +1,49 @@
(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 rmet 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 [ ]
@esc a s d f g h j k l ; ' \ ret
lsft < z x c v b n m , . / rsft
@lay lmet lalt spc ralt rmet comp rctl
)
(deflayer graphite
Backquote 1 2 3 4 5 6 7 8 9 0 [ ] bspc
tab b l d w z ' f o u j ; =
@esc n r t s g y h a e i , \ ret
lsft < q x m c v k p . - / rsft
@lay lmet lalt spc ralt rmet comp rctl
)
;; (deflayer graphite-2
;; grv ! @ # $ % ^ & * S-9 S-0 { } bspc
;; tab B L D W Z _ F O U J : +
;; caps N R T S G Y H A E I ? | ret
;; lsft < Q X M C V K P > apo < rsft
;; lctl lmet lalt spc ralt rmet comp rctl
;; )
(deflayer layouts
_ _ _ _ _ _ _ _ _ _ _ _ _ _
_ @qwe _ _ _ _ _ _ _ _ _ _ _
caps _ _ _ _ @gra _ _ _ _ _ _ _ _
_ _ _ _ _ _ _ _ _ _ _ _ _
_ _ _ _ _ _ _ _
)
(defalias
esc (tap-hold-release 200 200 esc lctl)
;; spc (tap-hold-release 200 200 spc @sym)
qwe (layer-switch qwerty)
gra (layer-switch graphite)
;; la1 (layer-toggle graphite-2)
lay (layer-toggle layouts)
)