mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-04 18:26:39 +02:00
[PastePlain]Set default shortcut to Ctrl+Win+Alt+V (#24599)
This commit is contained in:
@@ -10,7 +10,7 @@ namespace Microsoft.PowerToys.Settings.UI.Library
|
||||
{
|
||||
public PastePlainProperties()
|
||||
{
|
||||
ActivationShortcut = new HotkeySettings(true, true, false, false, 0x56); // Ctrl+Win+V
|
||||
ActivationShortcut = new HotkeySettings(true, true, true, false, 0x56); // Ctrl+Win+Alt+V
|
||||
}
|
||||
|
||||
public HotkeySettings ActivationShortcut { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user