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

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