From bb5fc33088580399ac18c365307895a7426ba9f8 Mon Sep 17 00:00:00 2001 From: EsVagy42 Date: Thu, 30 Oct 2025 12:18:12 +0100 Subject: [PATCH] Changed keyd config --- commit_text | 2 +- configuration.nix | 62 ++++++++++++++++++++++++++--------------------- 2 files changed, 36 insertions(+), 28 deletions(-) diff --git a/commit_text b/commit_text index 5a5fc18..2a4095c 100644 --- a/commit_text +++ b/commit_text @@ -1 +1 @@ -Updated flake and kept older version of itinerary because it was broken +Changed keyd config diff --git a/configuration.nix b/configuration.nix index 7ce0750..2ad0522 100644 --- a/configuration.nix +++ b/configuration.nix @@ -255,36 +255,44 @@ in default = { ids = [ "*" ]; extraConfig = '' - [main] - capslock = overload(capslock, oneshot(accent)) + [main] + capslock = overload(capslock, oneshot(accent)) - [capslock] - h = left - j = down - k = up - l = right + [capslock] + h = left + j = down + k = up + l = right - [accent] - a = macro(rightalt ' a) - e = macro(rightalt ' e) - i = macro(rightalt ' i) - o = macro(rightalt ' o) - l = macro(rightalt " o) - . = macro(rightalt = o) - u = macro(rightalt ' u) - j = macro(rightalt " u) - m = macro(rightalt = u) + [accent] + a = macro(rightalt ' a) + q = macro(rightalt " a) + e = macro(rightalt ' e) + i = macro(rightalt ' i) + o = macro(rightalt ' o) + l = macro(rightalt " o) + . = macro(rightalt = o) + u = macro(rightalt ' u) + j = macro(rightalt " u) + m = macro(rightalt = u) + s = macro(rightalt s s) + capslock = capslock + esc = noop - [accent+shift] - a = macro(rightalt ' A) - e = macro(rightalt ' E) - i = macro(rightalt ' I) - o = macro(rightalt ' O) - l = macro(rightalt " O) - . = macro(rightalt = O) - u = macro(rightalt ' U) - j = macro(rightalt " U) - m = macro(rightalt = U) + [accent+shift] + a = macro(rightalt ' A) + q = macro(rightalt " A) + e = macro(rightalt ' E) + i = macro(rightalt ' I) + o = macro(rightalt ' O) + l = macro(rightalt " O) + . = macro(rightalt = O) + u = macro(rightalt ' U) + j = macro(rightalt " U) + m = macro(rightalt = U) + s = macro(rightalt S S) + capslock = capslock + esc = noop ''; }; };