From be5b473436210be9049f9f7c994af410fbe5f301 Mon Sep 17 00:00:00 2001 From: RichardG867 Date: Sun, 9 Apr 2023 20:18:51 -0300 Subject: [PATCH] qt: Add one more RAlt XKB keycode mapping --- src/qt/xkbcommon_keyboard.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/qt/xkbcommon_keyboard.cpp b/src/qt/xkbcommon_keyboard.cpp index 181f9e057..788087998 100644 --- a/src/qt/xkbcommon_keyboard.cpp +++ b/src/qt/xkbcommon_keyboard.cpp @@ -152,6 +152,7 @@ static std::unordered_map xkb_keycodes = { {"FK13", 0x137}, /* F13 => SysRq (for Apple keyboards) */ {"RALT", 0x138}, {"ALGR", 0x138}, + {"LVL3", 0x138}, /* observed on TigerVNC with AltGr-enabled layout */ {"PAUS", 0x145}, {"FK15", 0x145}, /* F15 => Pause (for Apple keyboards) */ {"BRK", 0x145},