diff --git a/src/BizHawk.Client.Common/config/Binding.cs b/src/BizHawk.Client.Common/config/Binding.cs index f65b2b8a5e..20db714a52 100644 --- a/src/BizHawk.Client.Common/config/Binding.cs +++ b/src/BizHawk.Client.Common/config/Binding.cs @@ -135,9 +135,9 @@ namespace BizHawk.Client.Common Bind("General", "Stop A/V"), Bind("General", "Larger Window", "Alt+Up"), Bind("General", "Smaller Window", "Alt+Down"), - Bind("General", "Increase Speed", "Plus"), + Bind("General", "Increase Speed", "Equals"), Bind("General", "Decrease Speed", "Minus"), - Bind("General", "Reset Speed", "Shift+Plus"), + Bind("General", "Reset Speed", "Shift+Equals"), Bind("General", "Reboot Core", "Ctrl+R"), Bind("General", "Toggle Sound"), Bind("General", "Exit Program"),