feat: remap esc to capslock

This commit is contained in:
Ryan Yin
2023-12-25 08:17:45 +08:00
parent 9915343370
commit fe599a2143

View File

@@ -68,6 +68,7 @@
main = {
# overloads the capslock key to function as both escape (when tapped) and control (when held)
capslock = "overload(control, esc)";
esc = "capslock";
};
};
};