Changing default key for FanzyZones (#10751)

* Changing default key

* Update Settings.h
This commit is contained in:
Clint Rutkas
2021-04-15 02:11:08 -07:00
committed by GitHub
parent b585aef166
commit e9ce9ab87a
2 changed files with 4 additions and 2 deletions

View File

@@ -9,7 +9,8 @@ namespace Microsoft.PowerToys.Settings.UI.Library
{
public class FZConfigProperties
{
public static readonly HotkeySettings DefaultHotkeyValue = new HotkeySettings(true, false, false, false, 0xc0);
// in reality, this file needs to be kept in sync currently with src\modules\fancyzones\lib\Settings.h
public static readonly HotkeySettings DefaultHotkeyValue = new HotkeySettings(true, false, false, true, 0xc0);
public FZConfigProperties()
{