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) | |||
| 2521 | 2521 | ||
| 2522 | static char *modifier_names[] = | 2522 | static char *modifier_names[] = |
| 2523 | { | 2523 | { |
| 2524 | "up", 0, 0, 0, 0, 0, 0, "down", | 2524 | "up", "down", "drag", "click", 0, 0, 0, 0, |
| 2525 | "drag", "click", 0, 0, 0, 0, 0, 0, | 2525 | 0, 0, 0, 0, 0, 0, 0, 0, |
| 2526 | 0, 0, "alt", "super", "hyper", "shift", "control", "meta" | 2526 | 0, 0, "alt", "super", "hyper", "shift", "control", "meta" |
| 2527 | }; | 2527 | }; |
| 2528 | #define NUM_MOD_NAMES (sizeof (modifier_names) / sizeof (modifier_names[0])) | 2528 | #define NUM_MOD_NAMES (sizeof (modifier_names) / sizeof (modifier_names[0])) |