Add Macbook to the roster and whatnot
This commit is contained in:
parent
59c943eda9
commit
fe05f45201
9 changed files with 166 additions and 10 deletions
|
@ -10,6 +10,7 @@
|
|||
(builtins.readFile ../../../../../hosts/shuttleworth/id_ed25519.pub)
|
||||
(builtins.readFile ../../../../../hosts/lacros/id_ed25519.pub)
|
||||
(builtins.readFile ../../../../../hosts/redmond/id_ed25519.pub)
|
||||
(builtins.readFile ../../../../../hosts/treefruit/id_ed25519.pub)
|
||||
|
||||
(builtins.readFile ../../../../../hosts/cyberspark/id_ed25519.pub)
|
||||
(builtins.readFile ../../../../../hosts/bomberman/id_ed25519.pub)
|
||||
|
|
|
@ -7,14 +7,16 @@
|
|||
settings = {
|
||||
main = {
|
||||
capslock = "overload(control,esc)";
|
||||
esc = "capslock";
|
||||
leftcontrol = "overload(ctrlmod,noop)";
|
||||
|
||||
esc = "`";
|
||||
rightcontrol = "esc";
|
||||
leftcontrol = "noop";
|
||||
left = "noop";
|
||||
down = "noop";
|
||||
up = "noop";
|
||||
right = "noop";
|
||||
};
|
||||
|
||||
control = {
|
||||
h = "left";
|
||||
j = "down";
|
||||
|
@ -22,6 +24,22 @@
|
|||
l = "right";
|
||||
semicolon = "macro(C-l)";
|
||||
};
|
||||
|
||||
ctrlmod = {
|
||||
backspace = "delete";
|
||||
"1" = "f1";
|
||||
"2" = "f2";
|
||||
"3" = "f3";
|
||||
"4" = "f4";
|
||||
"5" = "f5";
|
||||
"6" = "f6";
|
||||
"7" = "f7";
|
||||
"8" = "f8";
|
||||
"9" = "f9";
|
||||
"0" = "f10";
|
||||
"-" = "f11";
|
||||
"=" = "f12";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue