From 4aaf8ba1d2332ca04217a2df64901945ea9683a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Camilla=20L=C3=B6wy?= Date: Tue, 31 Mar 2020 17:00:43 +0200 Subject: [PATCH] X11: Use XKB key name MENU for Menu key (cherry picked from commit 560304e0f4250fb979e65de00b6c8ce3b9fd6b71) --- src/x11_init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/x11_init.c b/src/x11_init.c index ffa6fc8f..0cbefd21 100644 --- a/src/x11_init.c +++ b/src/x11_init.c @@ -337,7 +337,7 @@ static void createKeyTables(void) { GLFW_KEY_RIGHT_CONTROL, "RCTL" }, { GLFW_KEY_RIGHT_ALT, "RALT" }, { GLFW_KEY_RIGHT_SUPER, "RWIN" }, - { GLFW_KEY_MENU, "COMP" } + { GLFW_KEY_MENU, "MENU" } }; // Find the X11 key code -> GLFW key code mapping