mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-07 11:46:30 +02:00
[FancyZones] Child windows support (#16507)
This commit is contained in:
36
src/modules/fancyzones/FancyZonesLib/SettingsConstants.h
Normal file
36
src/modules/fancyzones/FancyZonesLib/SettingsConstants.h
Normal 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,
|
||||
};
|
||||
Reference in New Issue
Block a user