mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-16 03:37:59 +01:00
changed the default hotkey
This commit is contained in:
@@ -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()
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user