Update default hotkey bindings to use new names (fixes #2576)
fixes e2ac1aca8
This commit is contained in:
parent
fa07dc898f
commit
8331ac799b
|
@ -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"),
|
||||
|
|
Loading…
Reference in New Issue