added keyd config with mapping altgr+oklm as navigation and other
This commit is contained in:
parent
64bbe514fb
commit
ee37108bbf
1 changed files with 5 additions and 3 deletions
|
|
@ -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
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue