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