mirror of
https://github.com/86Box/86Box.git
synced 2025-01-22 17:22:25 -05:00
qt: Add one more RAlt XKB keycode mapping
This commit is contained in:
parent
8fc6027756
commit
be5b473436
1 changed files with 1 additions and 0 deletions
|
@ -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},
|
||||
|
|
Loading…
Reference in a new issue