Remap copilot key to ctrl

This commit is contained in:
2026-07-07 21:08:46 +01:00
parent 27d0ab06e1
commit c6bb7aa88b
+10
View File
@@ -83,5 +83,15 @@
services.power-profiles-daemon.enable = true;
services.keyd = {
enable = true;
keyboards.default = {
ids = [ "*" ];
settings.main = {
"leftmeta+leftshift+f23" = "rightcontrol";
};
};
};
networking.hostName = "tardis";
}