From 444e8d762169f2b79f64b43a3cbd9823a8cc1ef9 Mon Sep 17 00:00:00 2001 From: feos Date: Fri, 9 Mar 2018 22:39:35 +0300 Subject: [PATCH] hotkeys: move autofire closer to autohold "Clear Autohold/Autofire" is not possible, too little space --- BizHawk.Client.Common/config/Binding.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BizHawk.Client.Common/config/Binding.cs b/BizHawk.Client.Common/config/Binding.cs index d5ff054c57..c2ec1c1738 100644 --- a/BizHawk.Client.Common/config/Binding.cs +++ b/BizHawk.Client.Common/config/Binding.cs @@ -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"),