From 840bdbdabadf5f8faa27faece2c4aac6a1ff4598 Mon Sep 17 00:00:00 2001 From: George Kaklamanos Date: Sat, 4 May 2024 00:00:31 +0300 Subject: [PATCH] kanata: layer-misc: Add more symbols, trigger layer with `Space-D` Signed-off-by: George Kaklamanos --- nixos/kanata.nix | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/nixos/kanata.nix b/nixos/kanata.nix index 3dd450d..0aad2cc 100644 --- a/nixos/kanata.nix +++ b/nixos/kanata.nix @@ -23,7 +23,7 @@ ;;caps a r s t g m n e i o _ _ _ @chs @cht _ _ _ _ _ _ ;;lsft z x c d v k h , . / - _ _ _ _ _ _ _ _ _ _ _ + _ _ _ _ @chd _ _ _ _ _ _ ;;lctl lmet lalt spc ret ; _ _ _ @chspc @chret _ ) @@ -58,13 +58,13 @@ ;;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 ' [ ] - 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 S-0 XX XX ;;caps a r s t g m n e i o - XX XX XX XX XX XX XX [ S-[ XX XX + XX XX XX XX XX XX XX [ S-[ S-9 XX ;;lsft z x c d v k h , . / - XX XX XX XX XX XX XX ] S-] XX XX + XX XX XX XX XX XX XX ] S-] S-0 XX ;;lctl lmet lalt spc ret ; - XX XX XX XX XX XX + XX XX XX XX XX XX ) (defalias num (layer-while-held num) @@ -72,17 +72,19 @@ misc (layer-while-held misc) cht (chord example t) chs (chord example s) + chd (chord example d) chspc (chord example spc) chret (chord example ret) ) (defchords example 500 (t) t (s) s + (d) d (spc) spc (ret) ret (spc s) @num (spc t) @arrows - (spc ret) @misc + (spc d) @misc ) ''; }