Changed capslock compose configuration

This commit is contained in:
EsVagy42 2025-08-20 12:49:06 +02:00
parent 233d3c3165
commit 08f6a74f3d
2 changed files with 28 additions and 40 deletions

View file

@ -241,48 +241,36 @@ 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
[third_accent]
o = macro(rightalt = o)
u = macro(rightalt = u)
[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)
[third_accent+shift]
o = macro(rightalt = O)
u = macro(rightalt = U)
[second_accent]
o = macro(rightalt " o)
u = macro(rightalt " u)
capslock = oneshot(third_accent)
[second_accent+shift]
o = macro(rightalt " O)
u = macro(rightalt " U)
capslock = oneshot(third_accent)
[accent]
a = macro(rightalt ' a)
e = macro(rightalt ' e)
i = macro(rightalt ' i)
o = macro(rightalt ' o)
u = macro(rightalt ' u)
capslock = oneshot(second_accent)
[accent+shift]
a = macro(rightalt ' A)
e = macro(rightalt ' E)
i = macro(rightalt ' I)
o = macro(rightalt ' O)
u = macro(rightalt ' U)
capslock = oneshot(second_accent)
[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)
'';
};
};