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

@ -266,6 +266,7 @@ in
[accent]
a = macro(rightalt ' a)
q = macro(rightalt " a)
e = macro(rightalt ' e)
i = macro(rightalt ' i)
o = macro(rightalt ' o)
@ -274,9 +275,13 @@ in
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)
q = macro(rightalt " A)
e = macro(rightalt ' E)
i = macro(rightalt ' I)
o = macro(rightalt ' O)
@ -285,6 +290,9 @@ in
u = macro(rightalt ' U)
j = macro(rightalt " U)
m = macro(rightalt = U)
s = macro(rightalt S S)
capslock = capslock
esc = noop
'';
};
};