Changed keyd config

This commit is contained in:
EsVagy42 2025-10-30 12:18:12 +01:00
parent 44908bced0
commit bb5fc33088
2 changed files with 36 additions and 28 deletions

View file

@ -1 +1 @@
Updated flake and kept older version of itinerary because it was broken Changed keyd config

View file

@ -255,36 +255,44 @@ in
default = { default = {
ids = [ "*" ]; ids = [ "*" ];
extraConfig = '' extraConfig = ''
[main] [main]
capslock = overload(capslock, oneshot(accent)) capslock = overload(capslock, oneshot(accent))
[capslock] [capslock]
h = left h = left
j = down j = down
k = up k = up
l = right l = right
[accent] [accent]
a = macro(rightalt ' a) a = macro(rightalt ' a)
e = macro(rightalt ' e) q = macro(rightalt " a)
i = macro(rightalt ' i) e = macro(rightalt ' e)
o = macro(rightalt ' o) i = macro(rightalt ' i)
l = macro(rightalt " o) o = macro(rightalt ' o)
. = macro(rightalt = o) l = macro(rightalt " o)
u = macro(rightalt ' u) . = macro(rightalt = o)
j = macro(rightalt " u) u = macro(rightalt ' u)
m = macro(rightalt = u) j = macro(rightalt " u)
m = macro(rightalt = u)
s = macro(rightalt s s)
capslock = capslock
esc = noop
[accent+shift] [accent+shift]
a = macro(rightalt ' A) a = macro(rightalt ' A)
e = macro(rightalt ' E) q = macro(rightalt " A)
i = macro(rightalt ' I) e = macro(rightalt ' E)
o = macro(rightalt ' O) i = macro(rightalt ' I)
l = macro(rightalt " O) o = macro(rightalt ' O)
. = macro(rightalt = O) l = macro(rightalt " O)
u = macro(rightalt ' U) . = macro(rightalt = O)
j = macro(rightalt " U) u = macro(rightalt ' U)
m = macro(rightalt = U) j = macro(rightalt " U)
m = macro(rightalt = U)
s = macro(rightalt S S)
capslock = capslock
esc = noop
''; '';
}; };
}; };