feat(keyd): finally decide on a layout
This commit is contained in:
parent
9ad26859c6
commit
cd88fcd870
1 changed files with 9 additions and 2 deletions
|
@ -3,9 +3,16 @@ _: {
|
|||
enable = true;
|
||||
settings = {
|
||||
main = {
|
||||
"capslock" = "esc";
|
||||
"capslock" = "overload(control, esc)";
|
||||
"esc" = "capslock";
|
||||
"rightalt" = "enter";
|
||||
"rightalt" = "layer(symbols)";
|
||||
};
|
||||
|
||||
symbols = {
|
||||
"h" = "left";
|
||||
"j" = "down";
|
||||
"k" = "up";
|
||||
"l" = "right";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue