fix: remove control overload

removed because overloading causes escape called from capslock to
misfire
This commit is contained in:
Zhongheng Liu 2025-01-12 19:02:52 +02:00
commit 003d990eac
Signed by: steven
GPG key ID: 805A28B071DAD84B

View file

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