mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-09 04:37:30 +02:00
FancyZones: improve windows and apps filtering (#673)
Unifies the way windows are considered "interesting" by FancyZone. Berfore the change WinKey + arrows would use different method than dragging. This PR makes both use the WinKey + arrows method. Cleans up FancyZones Settings.cpp by removing m_configStrings variable. Contrary to its name it was used to create color picker control. Adds a multiline option to the text input to settings. Uses this to provide the user with a way to exclude certain apps from snapping to zones.
This commit is contained in:
committed by
GitHub
parent
4df1d2093f
commit
03438f9192
@@ -13,3 +13,4 @@
|
||||
#define IDS_SETTING_LAUNCH_EDITOR_BUTTON 113
|
||||
#define IDS_SETTING_LAUNCH_EDITOR_DESCRIPTION 114
|
||||
#define IDS_SETTING_LAUNCH_EDITOR_HOTKEY_LABEL 115
|
||||
#define IDS_SETTING_EXCLCUDED_APPS_DESCRIPTION 116
|
||||
|
||||
Reference in New Issue
Block a user