forked from microsoft/PowerToys
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FancyZones]Maximize windows within zone support
Added support for resizing maximized windows to keep them within zone boundaries. Holding down Shift, "bypasses" this behaviour by resizing the window to fit across all zones in the window's current workarea. The reason for this implementation is, if the maximized window is completely unmanaged by FancyZones, any subsequent "EVENT_OBJECT_LOCATIONCHANGE" events emitted by the window would cause FancyZones to seemingly spuriously resize the window to whichever zone is under the users's cursor. This was learned the hard way. : )
- Loading branch information
Showing
4 changed files
with
52 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters