[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

@@ -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(