X11: Add additional XKB key names for Right Alt

This commit is contained in:
Camilla Löwy 2020-04-23 17:42:36 +02:00
parent 560304e0f4
commit 318e08d914

View File

@ -335,6 +335,8 @@ static void createKeyTables(void)
{ GLFW_KEY_RIGHT_SHIFT, "RTSH" },
{ GLFW_KEY_RIGHT_CONTROL, "RCTL" },
{ GLFW_KEY_RIGHT_ALT, "RALT" },
{ GLFW_KEY_RIGHT_ALT, "LVL3" },
{ GLFW_KEY_RIGHT_ALT, "MDSW" },
{ GLFW_KEY_RIGHT_SUPER, "RWIN" },
{ GLFW_KEY_MENU, "MENU" }
};