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.
|
||||
capslock = overload(control, capslock)
|
||||
rightshift = overload(shift, enter)
|
||||
rightalt = layer(alt)
|
||||
rightalt = layer(ralt)
|
||||
print = rightalt
|
||||
|
||||
[alt]
|
||||
[ralt]
|
||||
o = up
|
||||
k = left
|
||||
l = down
|
||||
semicolon = right
|
||||
p = backspace
|
||||
backslash = enter
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue