qt: Add one more RAlt XKB keycode mapping

This commit is contained in:
RichardG867 2023-04-09 20:18:51 -03:00
parent 8fc6027756
commit be5b473436

View file

@ -152,6 +152,7 @@ static std::unordered_map<std::string, uint16_t> 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},