diff --git a/src/keyboard.c b/src/keyboard.c index f1a7b20..d6a1c8f 100644 --- a/src/keyboard.c +++ b/src/keyboard.c @@ -150,7 +150,7 @@ int keyboard_init(struct keyboard* self, const char* layout) if (create_lookup_table(self) < 0) goto table_failure; - keyboard_dump_lookup_table(self); +// keyboard_dump_lookup_table(self); char* keymap_string = xkb_keymap_get_as_string(self->keymap,