-
-
Notifications
You must be signed in to change notification settings - Fork 96
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
Aero snap leaves gap around windows #146
Comments
Wouldn't it be much easier for altdrag to just execute keyboard shortcuts for actually snapping the programs the way the system does it anyways? For example, execute Win-ArrowLeft for snapping to the left. that would likely prevent all the compatibility and sizing issues |
There is no documented interface to snap a window the native way, Microsoft did not bother to export the required functions. Nobody in their right mind would re-invented snapping if it was possible to use native snapping. Even FancyZones, developed by Microsoft reinvents again snapping in a similar fashion than AltSnap does (by using a property for restore flags). AltDrag uses an internal database to store restore dimensions but otherwise it is again the same thing. I spent hours trying to find hacks to better interact with native snapping bu the best I could find was by resizing already maximized windows, and it does not work properly, the only reliable option I could find was to re-invent the wheel. |
im using windows 10 21H1
there's the gap shown in the screenshot on the sides and below the snapped windowshttps://i.ibb.co/wQ8c464/Screenshot-40.png
The text was updated successfully, but these errors were encountered: