WIP: refactorise keyboard.c

This commit is contained in:
Stacy Harper
2021-08-25 23:45:59 +02:00
committed by John Sullivan
parent 5fb98bd005
commit b5ec768822
7 changed files with 408 additions and 386 deletions

View File

@ -1,4 +1,4 @@
static const char *
char *
get_keymap(const char *name, uint32_t comp_unichr, uint32_t comp_shift_unichr) {
char *keymap = malloc(65000);
if (strcmp(name, "latin") == 0) {