-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Option to trigger FancyZones layouts while dragging? #464
Comments
AltSnap cannot interact much with FancyZones, because FancyZones is not designed for it. I think FancyZones is redundant and can be disabled if you use AltSnap's zones. |
Thanks! The big benefit of FancyZones is the nice overlay UI, and in general feels more polished when moving windows to different zones. But their activation method is severely lacking in comparison to AltSnap. |
So in case it is non trivial for you (or someone else reading), for your use case, I would suggest to:
One everything is setup, you can Move with middle click and then hit the right click while moving to toggle zone snapping mode. Bonus: You can set UseZones=9 to have snapping to zones be the default when moving with AltSnap, you can always toggle with right-click or use Shift to temporarly disable zones snapping.
I do agree that I will have to work on a snapping visualization at some point, snapping preview has been in my todo list for a while, but I end up always end up working on other things eventually. |
Thank you so much for the detailed info, this is super helpful! |
I was about to open a new issue regarding exactly this feature.
Is it not possible for AltSnap to trick Windows into thinking a window is being dragged by the title bar when it is in fact being dragged by AltSnap? I would prefer to use FancyZones for window layouts. Shift would also need to be passed through / not handled by AltSnap when My goal is this: Aero=0
Shiftkeys= Then hold WinKey and click and drag a window (from any position on its interface), hold Shift which would activate FancyZone's 'aero' grid, and then release the click to snap to it. Is this possible @RamonUnch? It wouldn't need any direct interaction with FancyZones. Thanks. |
I have a suggestion to trigger the fancyzone overlay.
|
I thought aboout generating click events, but AltSnap is already generating enough junk key events that aready create a huge mess that is barely workable, adding even more would make it a lot more suceptible to bugs. Plus a lot of programs do not have workable titlebars outside of supetr thiny regions which would make it an option with a huge blacklist. I will eventually display a snap layout preview like FancyZones does, and make FancyZone irrelevant to an AltSnap user (which it is already for me). There are no reasons to have two windows managers just for some minor extra features and it is much simpler to improve AltSnap to make FancyZone obsolete rather than to try crazy hacks to make them work together slightly better. |
I rather use AltSnap than FancyZone. The MS powertoys are great but I rather have something without microsoft's name on it. We know what kind of company microsoft is ! Here is a a template of what the overlay does, it's pretty simple. Draw translucent bordered rectangles on each zone, zone identifier making in the middle, highlight the currently selected zone with a different colour. FancyZones is leaving many features on the table too. Their github issues is a great source of suggestions too. Dynamic / procedurally generated zones on the fly Save and restore app position this is also covered by winredock More customizable zone activation logic (currently it's just shift or optionally any primary mouse button) |
See #511, Also it is better to create new Issues if you want have a specific feature. re-using this issue thread is not ideal for organisation. |
@RamonUnch Is it now possible to trigger FancyZones layouts while dragging in v1.63? Marking the issue as Completed rather than Not Planned seems to suggest this. I have not yet downloaded it. |
it is not planned indeed because you can enable the snap layout preview for AltSnap, so I do not intend to further investigate interacting with FancyZones. |
Once the user figures how the "test window" can be used to create the layouts. It's a simple matter of just spawn enough windows, snap them all into the existing fancyzone layouts and then save as an altsnap layout. |
One if the biggest issues with FancyZones is that you cannot trigger the zone layouts by moving the window anywhere. You are required to use the title bar and another button to move them.
I have AltSnap set up to move windows on middle click, and would love the option to initiate the FanzyZones layouts automatically by middle-clicking and dragging with AltSnap.
Is this possible?
The text was updated successfully, but these errors were encountered: