Input: Fixed inverted bracket keys for family basic keyboard
This commit is contained in:
parent
3cfb179357
commit
45f7646b99
2 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@ private:
|
|||
bool _enabled = false;
|
||||
|
||||
const uint32_t _keyMatrix[72] = {
|
||||
F8, Return, RightBracket, LeftBracket,
|
||||
F8, Return, LeftBracket, RightBracket,
|
||||
Kana, RightShift, Yen, Stop,
|
||||
F7, AtSign, Colon, SemiColon,
|
||||
Underscore, Slash, Minus, Caret,
|
||||
|
|
|
@ -161,7 +161,7 @@ namespace Mesen.GUI.Config
|
|||
InteropEmu.GetKeyCode("6"), InteropEmu.GetKeyCode("7"), InteropEmu.GetKeyCode("8"), InteropEmu.GetKeyCode("9"),
|
||||
InteropEmu.GetKeyCode("Enter"), InteropEmu.GetKeyCode("Spacebar"), InteropEmu.GetKeyCode("Backspace"), InteropEmu.GetKeyCode("Insert"),
|
||||
InteropEmu.GetKeyCode("Esc"), InteropEmu.GetKeyCode("Ctrl"), InteropEmu.GetKeyCode("Menu"), InteropEmu.GetKeyCode("Shift"),
|
||||
InteropEmu.GetKeyCode("["), InteropEmu.GetKeyCode("]"),
|
||||
InteropEmu.GetKeyCode("]"), InteropEmu.GetKeyCode("["),
|
||||
InteropEmu.GetKeyCode("Up Arrow"), InteropEmu.GetKeyCode("Down Arrow"), InteropEmu.GetKeyCode("Left Arrow"), InteropEmu.GetKeyCode("Right Arrow"),
|
||||
InteropEmu.GetKeyCode("."), InteropEmu.GetKeyCode(","), InteropEmu.GetKeyCode("'"), InteropEmu.GetKeyCode(";"),
|
||||
InteropEmu.GetKeyCode("="), InteropEmu.GetKeyCode("/"), InteropEmu.GetKeyCode("-"), InteropEmu.GetKeyCode("`"),
|
||||
|
|
Loading…
Add table
Reference in a new issue