Remap copilot key to ctrl
This commit is contained in:
@@ -83,5 +83,15 @@
|
|||||||
|
|
||||||
services.power-profiles-daemon.enable = true;
|
services.power-profiles-daemon.enable = true;
|
||||||
|
|
||||||
|
services.keyd = {
|
||||||
|
enable = true;
|
||||||
|
keyboards.default = {
|
||||||
|
ids = [ "*" ];
|
||||||
|
settings.main = {
|
||||||
|
"leftmeta+leftshift+f23" = "rightcontrol";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
networking.hostName = "tardis";
|
networking.hostName = "tardis";
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user