parent
ffb469540e
commit
95a01894de
|
@ -856,16 +856,16 @@ namespace BizHawk.Emulation.Common
|
||||||
["Backward"] = 'v',
|
["Backward"] = 'v',
|
||||||
["Change Gamma"] = 'G',
|
["Change Gamma"] = 'G',
|
||||||
["End Player"] = 'E',
|
["End Player"] = 'E',
|
||||||
["Fire"] = 'F',
|
["Fire"] = 'F',
|
||||||
["Fly Up"] = 'u',
|
["Fly Up"] = 'u',
|
||||||
["Fly Down"] = 'p',
|
["Fly Down"] = 'p',
|
||||||
["Fly Center"] = 'c',
|
["Fly Center"] = 'c',
|
||||||
["Forward"] = '^',
|
["Forward"] = '^',
|
||||||
["Inventory Left"] = 'L',
|
["Inventory Left"] = 'L',
|
||||||
["Inventory Right"] = 'R',
|
["Inventory Right"] = 'R',
|
||||||
["Jump"] = 'J',
|
["Jump"] = 'J',
|
||||||
["Look Up"] = 'U',
|
["Look Up"] = 'U',
|
||||||
["Look Down"] = 'D',
|
["Look Down"] = 'D',
|
||||||
["Look Center"] = 'C',
|
["Look Center"] = 'C',
|
||||||
["Run"] = 'R',
|
["Run"] = 'R',
|
||||||
["Strafe"] = 'S',
|
["Strafe"] = 'S',
|
||||||
|
@ -873,7 +873,7 @@ namespace BizHawk.Emulation.Common
|
||||||
["Strafe Right"] = '>',
|
["Strafe Right"] = '>',
|
||||||
["Turn Left"] = '{',
|
["Turn Left"] = '{',
|
||||||
["Turn Right"] = '}',
|
["Turn Right"] = '}',
|
||||||
["Use"] = 'U',
|
["Use"] = 'U',
|
||||||
["Use Artifact"] = 'A',
|
["Use Artifact"] = 'A',
|
||||||
["Weapon Select 1"] = '1',
|
["Weapon Select 1"] = '1',
|
||||||
["Weapon Select 2"] = '2',
|
["Weapon Select 2"] = '2',
|
||||||
|
|
Loading…
Reference in New Issue