[Input] Use BRACKET_ instead of BRACE_ for physical keys.

This commit is contained in:
bruvzg
2023-02-22 12:39:30 +02:00
parent e13fae1414
commit fdf56a2fc2
3 changed files with 6 additions and 6 deletions

View File

@@ -257,8 +257,8 @@ void KeyMappingWindows::initialize() {
scansym_map[0x17] = Key::I;
scansym_map[0x18] = Key::O;
scansym_map[0x19] = Key::P;
scansym_map[0x1A] = Key::BRACELEFT;
scansym_map[0x1B] = Key::BRACERIGHT;
scansym_map[0x1A] = Key::BRACKETLEFT;
scansym_map[0x1B] = Key::BRACKETRIGHT;
scansym_map[0x1C] = Key::ENTER;
scansym_map[0x1D] = Key::CTRL;
scansym_map[0x1E] = Key::A;