feat: grave to capslock

This commit is contained in:
Guz
2025-02-08 21:37:02 -03:00
parent 6ed0554e92
commit 0a425f0252

View File

@@ -23,6 +23,8 @@
};
# Esc to single- and double-quote
"Esc" = "grave";
# single-quotes as Capslock
"Grave" = "CapsLock";
};
}
];