mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-05 02:36:19 +02:00
[VCM] Change default mute cam&mics hotkey from Win+N to Win+Shift+Q (#15222)
This commit is contained in:
@@ -18,7 +18,7 @@ extern class VideoConferenceModule* instance;
|
|||||||
|
|
||||||
struct VideoConferenceSettings
|
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 microphoneMuteHotkey = PowerToysSettings::HotkeyObject::from_settings(true, false, false, true, 65);
|
||||||
PowerToysSettings::HotkeyObject cameraMuteHotkey = PowerToysSettings::HotkeyObject::from_settings(true, false, false, true, 79);
|
PowerToysSettings::HotkeyObject cameraMuteHotkey = PowerToysSettings::HotkeyObject::from_settings(true, false, false, true, 79);
|
||||||
|
|
||||||
|
|||||||
@@ -17,9 +17,9 @@ namespace Microsoft.PowerToys.Settings.UI.Library
|
|||||||
Win = true,
|
Win = true,
|
||||||
Ctrl = false,
|
Ctrl = false,
|
||||||
Alt = false,
|
Alt = false,
|
||||||
Shift = false,
|
Shift = true,
|
||||||
Key = "N",
|
Key = "Q",
|
||||||
Code = 78,
|
Code = 81,
|
||||||
});
|
});
|
||||||
|
|
||||||
this.MuteMicrophoneHotkey = new KeyboardKeysProperty(
|
this.MuteMicrophoneHotkey = new KeyboardKeysProperty(
|
||||||
|
|||||||
Reference in New Issue
Block a user