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

@ -1 +1 @@
Configured capslock as custom compose key with keyd Changed capslock compose configuration

View file

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