kanata: Rename layer misc
->symbols
Signed-off-by: George Kaklamanos <gkaklas@gkaklas.gr>
This commit is contained in:
parent
9e81465bb4
commit
396f4a4b86
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||||
)
|
)
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue