[VCM] Change default mute cam&mics hotkey from Win+N to Win+Shift+Q (#15222)

This commit is contained in:
Andrey Nekrasov
2022-01-03 20:17:01 +03:00
committed by GitHub
parent fa81968dbb
commit f63d389d26
2 changed files with 4 additions and 4 deletions

View File

@@ -18,7 +18,7 @@ extern class VideoConferenceModule* instance;
struct VideoConferenceSettings
{
PowerToysSettings::HotkeyObject cameraAndMicrophoneMuteHotkey = PowerToysSettings::HotkeyObject::from_settings(true, false, false, false, 78);
PowerToysSettings::HotkeyObject cameraAndMicrophoneMuteHotkey = PowerToysSettings::HotkeyObject::from_settings(true, false, false, true, 81);
PowerToysSettings::HotkeyObject microphoneMuteHotkey = PowerToysSettings::HotkeyObject::from_settings(true, false, false, true, 65);
PowerToysSettings::HotkeyObject cameraMuteHotkey = PowerToysSettings::HotkeyObject::from_settings(true, false, false, true, 79);

View File

@@ -17,9 +17,9 @@ namespace Microsoft.PowerToys.Settings.UI.Library
Win = true,
Ctrl = false,
Alt = false,
Shift = false,
Key = "N",
Code = 78,
Shift = true,
Key = "Q",
Code = 81,
});
this.MuteMicrophoneHotkey = new KeyboardKeysProperty(