calcite/keyd: fix ctrl overload

This commit is contained in:
xinyangli 2025-01-14 01:02:08 +08:00
parent 75a780dee1
commit 9f56d22b1d
Signed by: xin
SSH key fingerprint: SHA256:UU5pRTl7NiLFJbWJZa+snLylZSXIz5rgHmwjzv8v4oE

View file

@ -157,6 +157,7 @@ in
settings = {
main = {
capslock = "overload(control, esc)";
control = "overload(control, esc)";
};
};
};