mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-02-05 04:18:55 -05:00
work
This commit is contained in:
parent
2091fb1fdc
commit
79e25fcdc8
5 changed files with 142 additions and 2 deletions
31
hosts/common/optional/keyd.nix
Normal file
31
hosts/common/optional/keyd.nix
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
{
|
||||
services.keyd = {
|
||||
enable = true;
|
||||
keyboards.default = {
|
||||
ids = ["*"];
|
||||
settings = {
|
||||
main = {
|
||||
capslock = "layer(standardL2)";
|
||||
};
|
||||
standardL2 = {
|
||||
w = "up";
|
||||
s = "down";
|
||||
a = "left";
|
||||
d = "right";
|
||||
|
||||
b = "C-b";
|
||||
|
||||
space = "playpause";
|
||||
"." = "nextsong";
|
||||
"," = "previoussong";
|
||||
|
||||
"[" = "delete";
|
||||
"]" = "end";
|
||||
escape = "~";
|
||||
|
||||
home = "end";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue