kanata: Manage numrow, disable numbers
Signed-off-by: George Kaklamanos <gkaklas@gkaklas.gr>
This commit is contained in:
parent
34f0edf6ac
commit
73a1d1f61f
1 changed files with 13 additions and 5 deletions
|
@ -8,14 +8,16 @@
|
||||||
services.kanata.keyboards.mykbd.config = ''
|
services.kanata.keyboards.mykbd.config = ''
|
||||||
|
|
||||||
(defsrc
|
(defsrc
|
||||||
;; grv 1 2 3 4 5 6 7 8 9 0 - = bspc
|
grv 1 2 3 4 5 6 7 8 9 0 - = bspc
|
||||||
tab q w f p b j l u y ' [ ]
|
tab q w f p b j l u y ' [ ]
|
||||||
caps a r s t g m n e i o
|
caps a r s t g m n e i o
|
||||||
lsft z x c d v k h , . /
|
lsft z x c d v k h , . /
|
||||||
lctl lmet lalt spc ret ;
|
lctl lmet lalt spc ret ;
|
||||||
)
|
)
|
||||||
|
|
||||||
(deflayer default
|
(deflayer default
|
||||||
|
;;grv 1 2 3 4 5 6 7 8 9 0 - = bspc
|
||||||
|
_ XX XX XX XX XX XX XX XX XX XX _ _ _
|
||||||
;;tab q w f d b j l u y ' [ ]
|
;;tab q w f d b j l u y ' [ ]
|
||||||
_ _ _ _ _ _ _ _ _ _ _ _ _
|
_ _ _ _ _ _ _ _ _ _ _ _ _
|
||||||
;;caps a r s t g m n e i o
|
;;caps a r s t g m n e i o
|
||||||
|
@ -27,6 +29,8 @@
|
||||||
)
|
)
|
||||||
|
|
||||||
(deflayer arrows
|
(deflayer arrows
|
||||||
|
;;grv 1 2 3 4 5 6 7 8 9 0 - = bspc
|
||||||
|
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 ' [ ]
|
||||||
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
|
||||||
;;caps a r s t g m n e i o
|
;;caps a r s t g m n e i o
|
||||||
|
@ -38,6 +42,8 @@
|
||||||
)
|
)
|
||||||
|
|
||||||
(deflayer num
|
(deflayer num
|
||||||
|
;;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
|
||||||
;;tab q w f p b j l u y ' [ ]
|
;;tab q w f p b j l u y ' [ ]
|
||||||
XX XX XX XX XX XX XX 7 8 9 XX XX XX
|
XX XX XX XX XX XX XX 7 8 9 XX XX XX
|
||||||
;;caps a r s t g m n e i o
|
;;caps a r s t g m n e i o
|
||||||
|
@ -49,6 +55,8 @@
|
||||||
)
|
)
|
||||||
|
|
||||||
(deflayer misc
|
(deflayer misc
|
||||||
|
;;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
|
||||||
;;tab q w f p b j l u y ' [ ]
|
;;tab q w f p b j l u y ' [ ]
|
||||||
XX S-1 S-2 S-3 S-4 S-5 S-6 S-7 S-8 S-9 XX XX XX
|
XX S-1 S-2 S-3 S-4 S-5 S-6 S-7 S-8 S-9 XX XX XX
|
||||||
;;caps a r s t g m n e i o
|
;;caps a r s t g m n e i o
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue