From 8331ac799bb20a0e2c886f4eb13f7646f615a3fd Mon Sep 17 00:00:00 2001 From: YoshiRulz Date: Mon, 18 Jan 2021 09:06:04 +1000 Subject: [PATCH] Update default hotkey bindings to use new names (fixes #2576) fixes e2ac1aca8 --- src/BizHawk.Client.Common/config/Binding.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"),