1
Fork 0

Improve keyboard setup

- add more unicode vim abbreviations
- add more things to the red layer in kanata
This commit is contained in:
prescientmoon 2024-02-29 11:50:04 +01:00
parent 8b90c71737
commit c26a8a2c9b
Signed by: prescientmoon
SSH key fingerprint: SHA256:UUF9JT2s8Xfyv76b8ZuVL7XrmimH4o49p4b+iexbVH4
2 changed files with 10 additions and 7 deletions

View file

@ -137,10 +137,13 @@ M.unicode = {
{ "niinf", "-∞" }, { "niinf", "-∞" },
{ "star", "" }, { "star", "" },
{ "nabla", "" }, { "nabla", "" },
{ "diamond", "" }, { "minidiam", "" },
{ "tto", "" }, { "tto", "" },
{ "ttoo", "" }, { "ttoo", "" },
{ "mapto", "" }, { "mapto", "" },
{ "square", "" },
{ "rquare", "" }, -- rounded square
{ "diam", "" },
-- }}} -- }}}
-- {{{ Brackets -- {{{ Brackets
{ "langle", "" }, { "langle", "" },

View file

@ -132,18 +132,18 @@ let
;; {{{ Blue ;; {{{ Blue
(deflayer blue (deflayer blue
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
_ S-1 S-2 S-3 S-4 S-5 S-6 S-7 S-8 grv S-grv _ _ _ _ S-= S-2 S-3 S-4 S-5 S-- S-7 S-8 grv S-grv _ _ _
_ S-, S-[ [ S-9 S-/ S-\ - / = S-; _ _ _ S-, S-[ [ S-9 S-/ S-\ - / = S-; _ _
_ S-. S-] ] S-0 _ @em S-- \ S-= S-' _ _ S-. S-] ] S-0 S-1 @em S-6 _ _ S-' _
_ _ @purple _ _ _ _ @purple \ _
) )
;; }}} ;; }}}
;; {{{ Red ;; {{{ Red
(deflayer red (deflayer red
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
_ 1 2 3 4 _ _ _ _ _ _ _ _ _ _ 1 2 3 4 5 home pgdn pgup end del _ _ _
_ 5 6 7 8 _ left down up rght _ _ _ _ 6 7 8 9 0 left down up rght _ _ _
_ 9 0 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
_ _ _ _ @purple _ _ _ _ @purple
) )
;; }}} ;; }}}