added keyd config with mapping altgr+oklm as navigation and other

This commit is contained in:
ohinh 2026-09-15 08:12:57 +02:00
parent 64bbe514fb
commit ee37108bbf

View file

@ -6,12 +6,14 @@
# Maps capslock to escape when pressed and control when held. # Maps capslock to escape when pressed and control when held.
capslock = overload(control, capslock) capslock = overload(control, capslock)
rightshift = overload(shift, enter) rightshift = overload(shift, enter)
rightalt = layer(alt) rightalt = layer(ralt)
print = rightalt
[alt] [ralt]
o = up o = up
k = left k = left
l = down l = down
semicolon = right semicolon = right
p = backspace p = backspace
backslash = enter