Updated Kanata config to reflect Windows config but MacOS

This commit is contained in:
lulusilly 2026-08-29 15:53:40 -04:00
parent 36110839e9
commit 5da002e204
2 changed files with 21 additions and 14 deletions

View file

@ -7,9 +7,6 @@
macos-dev-names-include ( macos-dev-names-include (
"0xD4359520DA829EC8" ;; Macbook keyboard "0xD4359520DA829EC8" ;; Macbook keyboard
"0x2E7E3EBD4C615B55" ;; Karabiner Driver "0x2E7E3EBD4C615B55" ;; Karabiner Driver
"0x379FD7D8D8AE4ACA" ;; Logitech Wave Keys (Bluetooth)
"0x4C044B7D74E4DBB4" ;; Gamestop keeb
"0xC7C83E024FB08653" ;; Razer Hunstman V2 TKL
) )
) )
#| #|
@ -47,10 +44,11 @@
chl (chord ch l) chl (chord ch l)
ch_lmet (chord ch lmet) ch_lmet (chord ch lmet)
ch_rmet (chord ch rmet) ch_rmet (chord ch rmet)
navlayer (layer-while-held nav) navlayer (layer-while-held mousenav)
vimlayer (layer-while-held vimnav)
hyper (multi lsft lctl lalt lmet) hyper (multi lsft lctl lalt lmet)
meh (multi lsft lctl lalt) meh (multi lsft lctl lalt)
caps (tap-hold $tap-time $hold-time (tap-dance 200 ((multi lctl spc) @meh caps)) @navlayer) caps (tap-hold $tap-time $hold-time (tap-dance 200 ((multi lalt spc) @meh caps)) @navlayer)
a (tap-hold $tap-time $hold-time a lctl) a (tap-hold $tap-time $hold-time a lctl)
s (tap-hold $tap-time $hold-time s lalt) s (tap-hold $tap-time $hold-time s lalt)
d (tap-hold $tap-time $hold-time d lmet) d (tap-hold $tap-time $hold-time d lmet)
@ -76,10 +74,10 @@
(defchords ch $chord-time (defchords ch $chord-time
(w ) w (w ) w
( e) e ( e) e
(w e) XX (w e) @hyper
(i ) i (i ) i
( o) o ( o) o
(i o) XX (i o) @hyper
(s ) @s (s ) @s
( d) @d ( d) @d
(s d) ret (s d) ret
@ -90,8 +88,8 @@
(k ) @k (k ) @k
( l) @l ( l) @l
(k l) bspc (k l) bspc
(lmet ) (tap-dance $tap-time ((multi lsft lctl lalt lmet) lmet)) (lmet ) (tap-dance $tap-time (@vimlayer lmet))
( rmet) (tap-dance $tap-time ((multi lsft lctl lalt lmet) lmet)) ( rmet) (tap-dance $tap-time (@navlayer rmet))
(lmet rmet) (tap-hold $tap-time $hold-time @normie (layer-switch base)) (lmet rmet) (tap-hold $tap-time $hold-time @normie (layer-switch base))
) )
@ -103,10 +101,18 @@
@ch_lmet @spc @ch_rmet @ch_lmet @spc @ch_rmet
) )
(deflayer nav (deflayer mousenav
_ _
mbck (movemouse-up 3 2) mfwd _ _ _ mlft mrgt (mwheel-up 50 120) (mwheel-down 50 120) _ mbck (movemouse-up 3 2) mfwd _ _ _ _ _ _
(movemouse-left 3 2) (movemouse-down 3 2) (movemouse-right 3 2) _ home left down up right end (multi lctl lsft tab) (movemouse-left 3 2) (movemouse-down 3 2) (movemouse-right 3 2) (multi lctl tab) _ mlft mmid mrgt _
_ _ _ _ _ _ XX XX XX XX
_ _ _
)
(deflayer vimnav
_
_ _ _ _ _ _ _ _ _ _
_ _ _ _ (multi lmet left) left down up right (multi lmet right)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
_ _ _ _ _ _
) )
@ -131,7 +137,7 @@
_ _
S-1 S-2 S-3 S-4 S-5 S-6 S-7 S-8 S-9 S-0 S-1 S-2 S-3 S-4 S-5 S-6 S-7 S-8 S-9 S-0
S-\ = - S-= S-- ` S-` S-scln ' S-' S-\ = - S-= S-- ` S-` S-scln ' S-'
_ \ S-[ S-] S-, S-. [ ] _ _ _ \ S-[ S-] S-, S-. [ ] S-/ _
_ _ _ _ _ _
) )
@ -146,7 +152,7 @@
(deflayer md (deflayer md
_ _
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
prev pp next mute XX XX vold volu brdn brup prev pp next mute ins del vold volu brdn brup
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
_ _ _ _ _ _
) )

View file

@ -56,6 +56,7 @@
"foobar2000" "foobar2000"
"android-platform-tools" "android-platform-tools"
"zen" "zen"
"ungoogled-chromium"
#"krita" #"krita"
#"sioyek" #"sioyek"
"shortcat" "shortcat"