mirror of
https://github.com/elkowar/dots-of-war.git
synced 2024-12-26 14:12:23 +00:00
kanata changes
This commit is contained in:
parent
a458c459b0
commit
bd7e12e2c2
1 changed files with 14 additions and 4 deletions
|
@ -27,7 +27,7 @@
|
||||||
esc f1 f2 f3 f4 f5 f6 f7 f8 f9 f10 f11 f12 ssrq slck pause
|
esc f1 f2 f3 f4 f5 f6 f7 f8 f9 f10 f11 f12 ssrq slck pause
|
||||||
grv 1 2 3 4 5 6 7 8 9 0 - = bspc ins home pgup
|
grv 1 2 3 4 5 6 7 8 9 0 - = bspc ins home pgup
|
||||||
tab q w e r t @cy @cu @ci @co @cp [ + ret del end pgdn
|
tab q w e r t @cy @cu @ci @co @cp [ + ret del end pgdn
|
||||||
@cps @ca @cs @cd @cf g @ch @cj k @cl scln ' \
|
@cps @ca @cs @cd @cf g @ch @cj @ck @cl @cscln ' \
|
||||||
lsft 102d z x c v b n m , . / rsft up
|
lsft 102d z x c v b n m , . / rsft up
|
||||||
lctl lmet lalt spc bspc ralt left down rght
|
lctl lmet lalt spc bspc ralt left down rght
|
||||||
)
|
)
|
||||||
|
@ -44,7 +44,9 @@
|
||||||
ch (chord chords h)
|
ch (chord chords h)
|
||||||
ci (chord chords i)
|
ci (chord chords i)
|
||||||
cj (chord chords j)
|
cj (chord chords j)
|
||||||
|
ck (chord chords k)
|
||||||
cl (chord chords l)
|
cl (chord chords l)
|
||||||
|
cscln (chord chords scln)
|
||||||
)
|
)
|
||||||
|
|
||||||
(defchords chords 100
|
(defchords chords 100
|
||||||
|
@ -60,11 +62,16 @@
|
||||||
(u) u
|
(u) u
|
||||||
(o) o
|
(o) o
|
||||||
(p) p
|
(p) p
|
||||||
|
(k) k
|
||||||
|
(scln) scln
|
||||||
;;(y p) (macro = S-.)
|
;;(y p) (macro = S-.)
|
||||||
(u i o) @uml-u
|
(i o p) @uml-u
|
||||||
(i o p) @uml-o
|
(k l scln) @uml-o
|
||||||
(a s d) @uml-a
|
(a s d) @uml-a
|
||||||
(s d f) @uml-s
|
(s d f) @uml-s
|
||||||
|
(u i o p) @uml-U
|
||||||
|
(j k l scln) @uml-O
|
||||||
|
(a s d f) @uml-A
|
||||||
|
|
||||||
(h j) (macro S-scln S-scln)
|
(h j) (macro S-scln S-scln)
|
||||||
;;(j i) (macro - S-.)
|
;;(j i) (macro - S-.)
|
||||||
|
@ -84,13 +91,16 @@
|
||||||
uml-o (unicode ö)
|
uml-o (unicode ö)
|
||||||
uml-u (unicode ü)
|
uml-u (unicode ü)
|
||||||
uml-s (unicode ß)
|
uml-s (unicode ß)
|
||||||
|
uml-A (unicode Ä)
|
||||||
|
uml-O (unicode Ö)
|
||||||
|
uml-U (unicode Ü)
|
||||||
|
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
(deflayer symbols
|
(deflayer symbols
|
||||||
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
|
lrld _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
|
||||||
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
|
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
|
||||||
_ _ S-1 S-apos / \ _ S-[ [ ] S-] _ S-8 _ _ _ _
|
_ _ S-1 S-apos / \ _ S-[ [ ] S-] _ S-8 _ _ _ _
|
||||||
_ home S-4 S-9 S-0 end left down up rght S-7 S-5 _
|
_ home S-4 S-9 S-0 end left down up rght S-7 S-5 _
|
||||||
|
|
Loading…
Reference in a new issue