parent
ffb469540e
commit
95a01894de
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue