mirror of
https://github.com/elkowar/dots-of-war.git
synced 2024-11-05 19:02:24 +00:00
asdf
This commit is contained in:
parent
4386e92c01
commit
41cc32e95a
1 changed files with 7 additions and 3 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 ralt ralt left down rght
|
lctl lmet lalt spc ralt ralt left down rght
|
||||||
)
|
)
|
||||||
|
@ -45,6 +45,8 @@
|
||||||
ci (chord chords i)
|
ci (chord chords i)
|
||||||
cj (chord chords j)
|
cj (chord chords j)
|
||||||
cl (chord chords l)
|
cl (chord chords l)
|
||||||
|
ck (chord chords k)
|
||||||
|
cscln (chord chords scln)
|
||||||
)
|
)
|
||||||
|
|
||||||
(defchords chords 100
|
(defchords chords 100
|
||||||
|
@ -60,9 +62,11 @@
|
||||||
(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
|
||||||
(h j) (macro S-scln S-scln)
|
(h j) (macro S-scln S-scln)
|
||||||
|
|
Loading…
Reference in a new issue