Fix syntaxing issue

This commit is contained in:
Jimbo 2024-10-27 17:25:37 -04:00
parent f85d7eb3e9
commit 1e1a93cf2f

View file

@ -26,21 +26,21 @@
semicolon = "macro(C-l)"; semicolon = "macro(C-l)";
}; };
ctrlmod = { ctrlmod = {
backspace = "delete"; backspace = "delete";
"1" = "f1"; "1" = "f1";
"2" = "f2"; "2" = "f2";
"3" = "f3"; "3" = "f3";
"4" = "f4"; "4" = "f4";
"5" = "f5"; "5" = "f5";
"6" = "f6"; "6" = "f6";
"7" = "f7"; "7" = "f7";
"8" = "f8"; "8" = "f8";
"9" = "f9"; "9" = "f9";
"0" = "f10"; "0" = "f10";
"-" = "f11"; "-" = "f11";
"=" = "f12"; "=" = "f12";
}; };
}; };
}; };
}; };