kanata: Rename layer misc->symbols

Signed-off-by: George Kaklamanos <gkaklas@gkaklas.gr>
This commit is contained in:
George Kaklamanos 2024-05-21 14:11:53 +03:00
parent 9e81465bb4
commit 396f4a4b86
No known key found for this signature in database
GPG key ID: C0CAB8A6BDC9399D

View file

@ -62,7 +62,7 @@
XX XX XX XX 0 XX XX XX XX XX 0 XX
) )
(deflayer misc (deflayer symbols
;;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 ' [ ]
@ -77,7 +77,7 @@
(defalias (defalias
num (layer-while-held num) num (layer-while-held num)
arrows (layer-while-held arrows) arrows (layer-while-held arrows)
misc (layer-while-held misc) symbols (layer-while-held symbols)
cht (chord example t) cht (chord example t)
chs (chord example s) chs (chord example s)
chd (chord example d) chd (chord example d)
@ -93,7 +93,7 @@
(ret) ret (ret) ret
(spc s) @num (spc s) @num
(spc t) @arrows (spc t) @arrows
(spc d) @misc (spc d) @symbols
) )
''; '';
} }