From f335fabe75a42813bf2190cc86cca43193f35414 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 26 Aug 1995 15:26:42 +0000 Subject: [PATCH] (modifier_names): Add 4 bits to modifier bit positions. --- src/keyboard.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) static char *modifier_names[] = { "up", "down", "drag", "click", "double", "triple", 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, + 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])) -- 2.39.2