[FancyZones] Make snapping windows using Windows Snap Hotkeys across monitors optional#2583
Conversation
|
We need to add the new setting to telemetry PowerToys/src/modules/fancyzones/lib/trace.cpp Lines 170 to 190 in 64df515 |
@enricogior It's in the PR already |
| IDS_SETTING_DESCRIPTION "Create window layouts to help make multi-tasking easy" | ||
| IDS_SETTING_DESCRIPTION_SHIFTDRAG "On: Hold Shift key or any non-primary mouse button to enable zones while dragging" | ||
| IDS_SETTING_DESCRIPTION_OVERRIDE_SNAP_HOTKEYS "Override Windows Snap hotkeys (win+arrow) to move windows between zones" | ||
| IDS_SETTING_DESCRIPTION_MOVE_WINDOW_ACROSS_MONITORS "Move windows between zones across monitors" |
There was a problem hiding this comment.
This may need more explanation: "Move windows between zones across monitors"
"Move windows between zones across all monitors when snapping with win+arrow"
There was a problem hiding this comment.
I agree that this one in PR is not the best one :) I'm open for proposals. It's way more clear how you decribed it
|
Tested on single monitor, dual monitor and triple monitor configuration. Works es expected. |
vldmr11080
left a comment
There was a problem hiding this comment.
Tested on dual monitor configuration. Works as expected.
Summary of the Pull Request
New toggle is added into FancyZones settings to enable/disable snapping windows to zones across monitors when moving windows using Windows Snap Hotkeys.

References
PR Checklist
Validation Steps Performed
Manually tested for correct functionality and regressions on single and multi-monitor environment.