Icons
This commit is contained in:
parent
a142205216
commit
01670a2927
9
mdt.kbd
9
mdt.kbd
@ -1,7 +1,10 @@
|
|||||||
;; Basic home row mods example using QWERTY
|
;; Basic home row mods example using QWERTY
|
||||||
;; And approximation for a numeric keypad
|
;; And approximation for a numeric keypad
|
||||||
|
|
||||||
(defcfg process-unmapped-keys yes)
|
(defcfg
|
||||||
|
process-unmapped-keys yes
|
||||||
|
tray-icon kanata-icon.svg
|
||||||
|
)
|
||||||
|
|
||||||
(defsrc
|
(defsrc
|
||||||
9 0
|
9 0
|
||||||
@ -26,14 +29,14 @@
|
|||||||
x (tap-hold $tap-time $hold-time x (layer-while-held numeric))
|
x (tap-hold $tap-time $hold-time x (layer-while-held numeric))
|
||||||
)
|
)
|
||||||
|
|
||||||
(deflayer base
|
(deflayer (base 🖻 kanata-icon.svg)
|
||||||
_ _
|
_ _
|
||||||
@w _ _ @o _
|
@w _ _ @o _
|
||||||
@a @s @d @f @j @k @l @;
|
@a @s @d @f @j @k @l @;
|
||||||
@x _ _ _ _ _ _
|
@x _ _ _ _ _ _
|
||||||
)
|
)
|
||||||
|
|
||||||
(deflayer numeric
|
(deflayer (numeric 🖻 numeric.png)
|
||||||
kp/ kp*
|
kp/ kp*
|
||||||
_ kp7 kp8 kp9 kp-
|
_ kp7 kp8 kp9 kp-
|
||||||
_ _ _ _ kp4 kp5 kp6 kp+
|
_ _ _ _ kp4 kp5 kp6 kp+
|
||||||
|
Loading…
x
Reference in New Issue
Block a user