changed the default hotkey

This commit is contained in:
seraphima
2024-06-13 21:29:08 +02:00
parent 64c0ca77bf
commit 2493fd6a1a

View File

@@ -9,7 +9,7 @@ namespace Microsoft.PowerToys.Settings.UI.Library
{ {
public class ProjectsProperties public class ProjectsProperties
{ {
public static readonly HotkeySettings DefaultHotkeyValue = new HotkeySettings(true, false, false, true, 0x50); public static readonly HotkeySettings DefaultHotkeyValue = new HotkeySettings(true, false, false, true, 0x4F);
public ProjectsProperties() public ProjectsProperties()
{ {