mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-06 07:17:42 -05:00
Merge pull request #73752 from bruvzg/x11_quote_left
Fix X11 QUOTELEFT / SECTION physical key mapping.
This commit is contained in:
@@ -232,7 +232,7 @@ void KeyMappingX11::initialize() {
|
||||
scancode_map[0x2E] = Key::L;
|
||||
scancode_map[0x2F] = Key::SEMICOLON;
|
||||
scancode_map[0x30] = Key::APOSTROPHE;
|
||||
scancode_map[0x31] = Key::SECTION;
|
||||
scancode_map[0x31] = Key::QUOTELEFT;
|
||||
scancode_map[0x32] = Key::SHIFT;
|
||||
scancode_map[0x33] = Key::BACKSLASH;
|
||||
scancode_map[0x34] = Key::Z;
|
||||
@@ -275,7 +275,7 @@ void KeyMappingX11::initialize() {
|
||||
scancode_map[0x59] = Key::KP_3;
|
||||
scancode_map[0x5A] = Key::KP_0;
|
||||
scancode_map[0x5B] = Key::KP_PERIOD;
|
||||
scancode_map[0x5E] = Key::QUOTELEFT;
|
||||
scancode_map[0x5E] = Key::SECTION;
|
||||
scancode_map[0x5F] = Key::F11;
|
||||
scancode_map[0x60] = Key::F12;
|
||||
scancode_map[0x68] = Key::KP_ENTER;
|
||||
|
||||
Reference in New Issue
Block a user