[FancyZones] Child windows support (#16507)

This commit is contained in:
Seraphima Zykova
2022-02-23 17:25:28 +03:00
committed by GitHub
parent d9c98bbc29
commit 8edfb8fe80
37 changed files with 1204 additions and 1477 deletions

View File

@@ -0,0 +1,36 @@
#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,
};