kanata/main.kbd: add comments, cleanup
This commit is contained in:
parent
371ad1471e
commit
e1ef7c68fc
1 changed files with 5 additions and 11 deletions
|
@ -1,3 +1,4 @@
|
||||||
|
;; Source layer for my DasKeyboard 4 Professional
|
||||||
(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 e r t y u i o p [ ]
|
tab q w e r t y u i o p [ ]
|
||||||
|
@ -5,7 +6,7 @@
|
||||||
lsft < z x c v b n m , . / rsft
|
lsft < z x c v b n m , . / rsft
|
||||||
lctl lmet lalt spc ralt rmet comp rctl
|
lctl lmet lalt spc ralt rmet comp rctl
|
||||||
)
|
)
|
||||||
|
;; Default qwerty layer to use
|
||||||
(deflayer qwerty
|
(deflayer qwerty
|
||||||
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 e r t y u i o p [ ]
|
tab q w e r t y u i o p [ ]
|
||||||
|
@ -13,8 +14,8 @@
|
||||||
lsft < z x c v b n m , . / rsft
|
lsft < z x c v b n m , . / rsft
|
||||||
@lay lmet lalt spc ralt rmet comp rctl
|
@lay lmet lalt spc ralt rmet comp rctl
|
||||||
)
|
)
|
||||||
|
;; graphite layer
|
||||||
|
;; TODO: add non-regular shifted keys
|
||||||
(deflayer graphite
|
(deflayer graphite
|
||||||
Backquote 1 2 3 4 5 6 7 8 9 0 [ ] bspc
|
Backquote 1 2 3 4 5 6 7 8 9 0 [ ] bspc
|
||||||
tab b l d w z ' f o u j ; =
|
tab b l d w z ' f o u j ; =
|
||||||
|
@ -23,14 +24,7 @@
|
||||||
@lay lmet lalt spc ralt rmet comp rctl
|
@lay lmet lalt spc ralt rmet comp rctl
|
||||||
)
|
)
|
||||||
|
|
||||||
;; (deflayer graphite-2
|
;; layout switching
|
||||||
;; grv ! @ # $ % ^ & * S-9 S-0 { } bspc
|
|
||||||
;; tab B L D W Z _ F O U J : +
|
|
||||||
;; caps N R T S G Y H A E I ? | ret
|
|
||||||
;; lsft < Q X M C V K P > apo < rsft
|
|
||||||
;; lctl lmet lalt spc ralt rmet comp rctl
|
|
||||||
;; )
|
|
||||||
|
|
||||||
(deflayer layouts
|
(deflayer layouts
|
||||||
_ _ _ _ _ _ _ _ _ _ _ _ _ _
|
_ _ _ _ _ _ _ _ _ _ _ _ _ _
|
||||||
_ @qwe _ _ _ _ _ _ _ _ _ _ _
|
_ @qwe _ _ _ _ _ _ _ _ _ _ _
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue