system/input: don't overload capslock

input delay :p
This commit is contained in:
Cilly Leang 2026-06-05 00:20:29 +10:00
parent 9a6a29831b
commit 8a85e25d72
Signed by: cilly
GPG key ID: 6500251E087653C9

View file

@ -14,7 +14,7 @@
ids = [ "*" ];
settings = {
main = {
capslock = "overload(control, esc)";
capslock = "esc";
};
};
};