diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/keyboard.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/keyboard.c b/src/keyboard.c index db0c6881380..77ed7a3ab3e 100644 --- a/src/keyboard.c +++ b/src/keyboard.c | |||
| @@ -3650,7 +3650,7 @@ apply_modifiers_uncached (modifiers, base, base_len) | |||
| 3650 | static char *modifier_names[] = | 3650 | static char *modifier_names[] = |
| 3651 | { | 3651 | { |
| 3652 | "up", "down", "drag", "click", "double", "triple", 0, 0, | 3652 | "up", "down", "drag", "click", "double", "triple", 0, 0, |
| 3653 | 0, 0, 0, 0, 0, 0, 0, 0, | 3653 | 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, |
| 3654 | 0, 0, "alt", "super", "hyper", "shift", "control", "meta" | 3654 | 0, 0, "alt", "super", "hyper", "shift", "control", "meta" |
| 3655 | }; | 3655 | }; |
| 3656 | #define NUM_MOD_NAMES (sizeof (modifier_names) / sizeof (modifier_names[0])) | 3656 | #define NUM_MOD_NAMES (sizeof (modifier_names) / sizeof (modifier_names[0])) |