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"),