fix: remove control overload
removed because overloading causes escape called from capslock to misfire
This commit is contained in:
parent
1a1cabb034
commit
003d990eac
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@
|
|||
ids = [ "*" ];
|
||||
settings = {
|
||||
main = {
|
||||
capslock = "overload(control, esc)";
|
||||
capslock = "esc";
|
||||
esc = "capslock";
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue