hotkeys: move autofire closer to autohold
"Clear Autohold/Autofire" is not possible, too little space
This commit is contained in:
parent
7fedbac9c3
commit
444e8d7621
|
@ -125,6 +125,7 @@ namespace BizHawk.Client.Common
|
|||
Bind("General", "Hard Reset"),
|
||||
Bind("General", "Quick Load", "P"),
|
||||
Bind("General", "Quick Save", "I"),
|
||||
Bind("General", "Autofire"),
|
||||
Bind("General", "Autohold"),
|
||||
Bind("General", "Clear Autohold"),
|
||||
Bind("General", "Screenshot", "F12"),
|
||||
|
@ -148,7 +149,6 @@ namespace BizHawk.Client.Common
|
|||
Bind("General", "Increase Speed", "Equals"),
|
||||
Bind("General", "Decrease Speed", "Minus"),
|
||||
Bind("General", "Reboot Core", "Ctrl+R"),
|
||||
Bind("General", "Autofire"),
|
||||
Bind("General", "Toggle Sound"),
|
||||
Bind("General", "Exit Program"),
|
||||
Bind("General", "Screen Raw to Clipboard", "Ctrl+C"),
|
||||
|
|
Loading…
Reference in New Issue