diff --git a/BizHawk.MultiClient/Input/Input.cs b/BizHawk.MultiClient/Input/Input.cs index 18d168c83d..ad533c2aed 100644 --- a/BizHawk.MultiClient/Input/Input.cs +++ b/BizHawk.MultiClient/Input/Input.cs @@ -81,7 +81,7 @@ namespace BizHawk.MultiClient WorkingDictionary LastState = new WorkingDictionary(); - HashSet Ignore = new HashSet(new[] { "LeftShift", "RightShift" }); + HashSet Ignore = new HashSet(new[] { "LeftShift", "RightShift", "LeftControl", "RightControl", "LeftAlt", "RightAlt" }); void HandleButton(string button, bool newState) { if (Ignore.Contains(button)) return;