2022-02-23 17:25:28 +03:00
|
|
|
#pragma once
|
|
|
|
|
|
|
|
|
|
enum class SettingId
|
|
|
|
|
{
|
|
|
|
|
ShiftDrag = 0,
|
|
|
|
|
MouseSwitch,
|
|
|
|
|
OverrideSnapHotkeys,
|
|
|
|
|
MoveWindowAcrossMonitors,
|
|
|
|
|
MoveWindowsBasedOnPosition,
|
|
|
|
|
OverlappingZonesAlgorithm,
|
|
|
|
|
DisplayChangeMoveWindows,
|
|
|
|
|
ZoneSetChangeMoveWindows,
|
|
|
|
|
AppLastZoneMoveWindows,
|
|
|
|
|
OpenWindowOnActiveMonitor,
|
|
|
|
|
RestoreWindowSize,
|
|
|
|
|
QuickLayoutSwitch,
|
|
|
|
|
FlashZonesOnQuickSwitch,
|
|
|
|
|
LaunchEditorOnScreenWhereCursorPlaced,
|
|
|
|
|
ShowOnAllMonitors,
|
|
|
|
|
SpanZonesAcrossMonitors,
|
|
|
|
|
MakeDraggedWindowsTransparent,
|
|
|
|
|
ZoneHighlightColor,
|
|
|
|
|
ZoneHighlightOpacity,
|
|
|
|
|
ZoneBorderColor,
|
|
|
|
|
ZoneColor,
|
|
|
|
|
ZoneNumberColor,
|
|
|
|
|
SystemTheme,
|
|
|
|
|
ShowZoneNumber,
|
|
|
|
|
EditorHotkey,
|
|
|
|
|
WindowSwitching,
|
|
|
|
|
NextTabHotkey,
|
|
|
|
|
PrevTabHotkey,
|
|
|
|
|
ExcludedApps,
|
|
|
|
|
AllowSnapPopupWindows,
|
|
|
|
|
AllowSnapChildWindows,
|
2022-04-01 18:28:19 +02:00
|
|
|
DisableRoundCornersOnSnapping,
|
2022-02-23 17:25:28 +03:00
|
|
|
};
|