mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-07-10 14:42:40 +02:00
feat: remap esc to capslock
This commit is contained in:
@@ -68,6 +68,7 @@
|
|||||||
main = {
|
main = {
|
||||||
# overloads the capslock key to function as both escape (when tapped) and control (when held)
|
# overloads the capslock key to function as both escape (when tapped) and control (when held)
|
||||||
capslock = "overload(control, esc)";
|
capslock = "overload(control, esc)";
|
||||||
|
esc = "capslock";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user