Add scratchpad

Added scratchpads
This commit is contained in:
2026-06-29 16:35:52 -04:00
parent 71d4c14a62
commit 02708b12c8
4 changed files with 278 additions and 20 deletions
+3
View File
@@ -171,6 +171,9 @@ parse_keyname(const char *name)
if (!strcmp(name, "insert")) return XKB_KEY_Insert;
if (!strcmp(name, "delete")) return XKB_KEY_Delete;
if (!strcmp(name, "`")) return XKB_KEY_grave;
if (!strcmp(name, "~")) return XKB_KEY_asciitilde;
return XKB_KEY_NoSymbol;
}