diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/keyboard.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/keyboard.c b/src/keyboard.c index 42aff6bb76d..8ccc6513985 100644 --- a/src/keyboard.c +++ b/src/keyboard.c @@ -2521,8 +2521,8 @@ apply_modifiers_uncached (modifiers, base, base_len) static char *modifier_names[] = { - "up", 0, 0, 0, 0, 0, 0, "down", - "drag", "click", 0, 0, 0, 0, 0, 0, + "up", "down", "drag", "click", 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, "alt", "super", "hyper", "shift", "control", "meta" }; #define NUM_MOD_NAMES (sizeof (modifier_names) / sizeof (modifier_names[0])) |