hotkeys: move autofire closer to autohold

"Clear Autohold/Autofire" is not possible, too little space
This commit is contained in:
feos 2018-03-09 22:39:35 +03:00
parent 7fedbac9c3
commit 444e8d7621
1 changed files with 1 additions and 1 deletions

View File

@ -125,6 +125,7 @@ namespace BizHawk.Client.Common
Bind("General", "Hard Reset"), Bind("General", "Hard Reset"),
Bind("General", "Quick Load", "P"), Bind("General", "Quick Load", "P"),
Bind("General", "Quick Save", "I"), Bind("General", "Quick Save", "I"),
Bind("General", "Autofire"),
Bind("General", "Autohold"), Bind("General", "Autohold"),
Bind("General", "Clear Autohold"), Bind("General", "Clear Autohold"),
Bind("General", "Screenshot", "F12"), Bind("General", "Screenshot", "F12"),
@ -148,7 +149,6 @@ namespace BizHawk.Client.Common
Bind("General", "Increase Speed", "Equals"), Bind("General", "Increase Speed", "Equals"),
Bind("General", "Decrease Speed", "Minus"), Bind("General", "Decrease Speed", "Minus"),
Bind("General", "Reboot Core", "Ctrl+R"), Bind("General", "Reboot Core", "Ctrl+R"),
Bind("General", "Autofire"),
Bind("General", "Toggle Sound"), Bind("General", "Toggle Sound"),
Bind("General", "Exit Program"), Bind("General", "Exit Program"),
Bind("General", "Screen Raw to Clipboard", "Ctrl+C"), Bind("General", "Screen Raw to Clipboard", "Ctrl+C"),