FancyZones does not work for 1Password window while pressing SHIFT - it does not show the zones so I cannot drop it. If I use WIN+arrow keys it works and puts the window properly.
Hi @attila-kocsis
the issue you describe may be the same that was effecting other applications with custom title-bar, if that is the case, the bug has been fixed in this commit https://github.com/microsoft/PowerToys/commit/8221f5e6415f3116e7c6abad4aa52d693fbe3759
and the fix will be available in the upcoming release.
Had the same issue with Windows Termninal and I'm glad it's fixed for next release.
As a quick temporary workaround - it worked with Terminal - you can turn on the Override Windows Snap hotkeys (win+arrow) to move window
setting.
If you move the window now with win+arrow(s) it will move between the zones and resize accordingly.
Yes, I'm aware of this workaround, thanks.
So, the issue was not solved by the new release. FancyZones filter which windows can be snapped to a zone using the mouse with this code. OTOH it uses this code to check if a window can be moved using WinKey + arrows.
We can either use the arrow-key check to include more windows or we might use some sort of WinKey + Ctrl + arrows to have a way to "force" a window to snap to zones.
The fix has been merged into master, we will close the issue when a new release of PowerToys will be published.
Thank you.
This is now fixed in PowerToys 0.14.0 https://github.com/microsoft/PowerToys/releases
Most helpful comment
Had the same issue with Windows Termninal and I'm glad it's fixed for next release.
As a quick temporary workaround - it worked with Terminal - you can turn on the
Override Windows Snap hotkeys (win+arrow) to move window
setting.If you move the window now with win+arrow(s) it will move between the zones and resize accordingly.