feat: esc to grave

This commit is contained in:
Guz
2025-02-08 21:36:56 -03:00
parent 95cd234b4f
commit 6ed0554e92

View File

@@ -15,11 +15,14 @@
{
name = "main remaps";
remap = {
# Capslock as esc and ctrl on hold
"CapsLock" = {
held = "leftctrl";
alone = "esc";
alone_timeout_millis = 150;
};
# Esc to single- and double-quote
"Esc" = "grave";
};
}
];