qt: Add AltGr XKB alias

This commit is contained in:
RichardG867
2023-04-08 21:48:01 -03:00
parent 897f6a44e8
commit b447cc85c9

View File

@@ -149,6 +149,7 @@ static std::unordered_map<std::string, uint16_t> xkb_keycodes = {
{"SYRQ", 0x137},
{"FK13", 0x137}, /* F13 => SysRq (for Apple keyboards) */
{"RALT", 0x138},
{"ALGR", 0x138},
{"PAUS", 0x145},
{"FK15", 0x145}, /* F15 => Pause (for Apple keyboards) */
{"BRK", 0x145},