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