calcite: global ctrl overload with keyd
This commit is contained in:
parent
2e741a8c52
commit
b8536f5801
1 changed files with 7 additions and 3 deletions
|
@ -152,9 +152,13 @@ in
|
|||
services.keyd = {
|
||||
enable = true;
|
||||
keyboards = {
|
||||
defualt = {
|
||||
id = [ "*" ];
|
||||
capslock = "overload(control, esc)";
|
||||
default = {
|
||||
ids = [ "*" ];
|
||||
settings = {
|
||||
main = {
|
||||
capslock = "overload(control, esc)";
|
||||
};
|
||||
};
|
||||
};
|
||||
"internal" = {
|
||||
ids = [ "0b05:1866" ];
|
||||
|
|
Loading…
Add table
Reference in a new issue