calcite/keyd: global caplock reload
This commit is contained in:
parent
533cfbb560
commit
408ea16f6d
1 changed files with 6 additions and 13 deletions
|
@ -152,11 +152,14 @@ in
|
||||||
services.keyd = {
|
services.keyd = {
|
||||||
enable = true;
|
enable = true;
|
||||||
keyboards = {
|
keyboards = {
|
||||||
|
defualt = {
|
||||||
|
id = [ "*" ];
|
||||||
|
capslock = "overload(control, esc)";
|
||||||
|
};
|
||||||
"internal" = {
|
"internal" = {
|
||||||
ids = [ "0b05:1866" ];
|
ids = [ "0b05:1866" ];
|
||||||
settings = {
|
settings = {
|
||||||
main = {
|
main = {
|
||||||
capslock = "overload(control, esc)";
|
|
||||||
leftcontrol = "capslock";
|
leftcontrol = "capslock";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
@ -170,17 +173,6 @@ in
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
"keydous" = {
|
|
||||||
ids = [
|
|
||||||
"25a7:fa14"
|
|
||||||
"3151:4002"
|
|
||||||
];
|
|
||||||
settings = {
|
|
||||||
main = {
|
|
||||||
leftcontrol = "overload(control, esc)";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -302,7 +294,8 @@ in
|
||||||
zotero
|
zotero
|
||||||
# onlyoffice-bin
|
# onlyoffice-bin
|
||||||
|
|
||||||
wemeet
|
# wemeet
|
||||||
|
config.nur.repos.linyinfeng.wemeet
|
||||||
|
|
||||||
virt-manager
|
virt-manager
|
||||||
wineWowPackages.waylandFull
|
wineWowPackages.waylandFull
|
||||||
|
|
Loading…
Add table
Reference in a new issue