We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8c95d4 commit c3cda41Copy full SHA for c3cda41
SoundSwitch/Framework/Configuration/SoundSwitchConfiguration.cs
@@ -57,7 +57,7 @@ public SoundSwitchConfiguration()
57
SelectedRecordingDeviceListId = new HashSet<string>();
58
PlaybackHotKey = new HotKey(Keys.F11, HotKey.ModifierKeys.Alt | HotKey.ModifierKeys.Control);
59
RecordingHotKey = new HotKey(Keys.F7, HotKey.ModifierKeys.Alt | HotKey.ModifierKeys.Control);
60
- MuteRecordingHotKey = new HotKey(Keys.M, HotKey.ModifierKeys.Shift | HotKey.ModifierKeys.Win);
+ MuteRecordingHotKey = new HotKey(Keys.M, HotKey.ModifierKeys.Control | HotKey.ModifierKeys.Alt);
61
62
SelectedDevices = new HashSet<DeviceInfo>();
63
SwitchIcon = IconChangerFactory.ActionEnum.Never;
0 commit comments