diff --git a/src/BizHawk.Emulation.Common/Base Implementations/Bk2MnemonicLookup.cs b/src/BizHawk.Emulation.Common/Base Implementations/Bk2MnemonicLookup.cs index 86b0774e0e..c9c1fa22ef 100644 --- a/src/BizHawk.Emulation.Common/Base Implementations/Bk2MnemonicLookup.cs +++ b/src/BizHawk.Emulation.Common/Base Implementations/Bk2MnemonicLookup.cs @@ -856,16 +856,16 @@ namespace BizHawk.Emulation.Common ["Backward"] = 'v', ["Change Gamma"] = 'G', ["End Player"] = 'E', - ["Fire"] = 'F', - ["Fly Up"] = 'u', - ["Fly Down"] = 'p', + ["Fire"] = 'F', + ["Fly Up"] = 'u', + ["Fly Down"] = 'p', ["Fly Center"] = 'c', - ["Forward"] = '^', - ["Inventory Left"] = 'L', + ["Forward"] = '^', + ["Inventory Left"] = 'L', ["Inventory Right"] = 'R', - ["Jump"] = 'J', - ["Look Up"] = 'U', - ["Look Down"] = 'D', + ["Jump"] = 'J', + ["Look Up"] = 'U', + ["Look Down"] = 'D', ["Look Center"] = 'C', ["Run"] = 'R', ["Strafe"] = 'S', @@ -873,7 +873,7 @@ namespace BizHawk.Emulation.Common ["Strafe Right"] = '>', ["Turn Left"] = '{', ["Turn Right"] = '}', - ["Use"] = 'U', + ["Use"] = 'U', ["Use Artifact"] = 'A', ["Weapon Select 1"] = '1', ["Weapon Select 2"] = '2',