summaryrefslogtreecommitdiff
path: root/obt/keyboard.c
diff options
context:
space:
mode:
Diffstat (limited to 'obt/keyboard.c')
-rw-r--r--obt/keyboard.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/obt/keyboard.c b/obt/keyboard.c
index 264201a6..6bb13861 100644
--- a/obt/keyboard.c
+++ b/obt/keyboard.c
@@ -61,7 +61,8 @@ void obt_keyboard_reload(void)
modkeys_keys[i] = 0;
modmap = XGetModifierMapping(obt_display);
- g_assert(modmap->max_keypermod > 0);
+ /* note: modmap->max_keypermod can be 0 when there is no valid key layout
+ available */
XDisplayKeycodes(obt_display, &min_keycode, &max_keycode);
keymap = XGetKeyboardMapping(obt_display, min_keycode,