system/input: map esc to capslock

This commit is contained in:
Cilly Leang 2026-06-05 00:22:49 +10:00
parent 8a85e25d72
commit ea17ef30c6
Signed by: cilly
GPG key ID: 6500251E087653C9

View file

@ -15,6 +15,7 @@
settings = { settings = {
main = { main = {
capslock = "esc"; capslock = "esc";
esc = "capslock";
}; };
}; };
}; };