We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13f49a1 commit 75fc580Copy full SHA for 75fc580
src/BizHawk.Client.Common/config/Binding.cs
@@ -66,7 +66,7 @@ void Bind(string tabGroup, string displayName, string defaultBinding = "", strin
66
Bind("General", "Toggle Messages");
67
Bind("General", "Toggle Display Nothing");
68
Bind("General", "Accept Background Input");
69
- Bind("General", "Capture Mouse");
+ Bind("General", "Capture Mouse", "WMouse M");
70
71
Bind("Save States", "Save State 1", "Shift+F1");
72
Bind("Save States", "Save State 2", "Shift+F2");
0 commit comments