[Linux/X11] Add some missing keycodes/scancodes.

(cherry picked from commit 5d35c600d5)
This commit is contained in:
bruvzg
2023-03-14 13:59:04 +01:00
committed by Yuri Sizov
parent 5ae484c138
commit 0c1abbd79e
2 changed files with 35 additions and 11 deletions
+1 -1
View File
@@ -315,7 +315,7 @@ void KeyMappingWindows::initialize() {
scansym_map[0x51] = Key::KP_3;
scansym_map[0x52] = Key::KP_0;
scansym_map[0x53] = Key::KP_PERIOD;
scansym_map[0x57] = Key::SECTION;
scansym_map[0x56] = Key::SECTION;
scansym_map[0x57] = Key::F11;
scansym_map[0x58] = Key::F12;
scansym_map[0x5B] = Key::META;