PinchToDebug / DragWin

Lets you drag windows with right-click without using any modifier keys
MIT License
46 stars 1 forks source link

Windows 11 snap preview now showing even if it's activated #2

Closed erikjoya closed 2 months ago

erikjoya commented 3 months ago

Hi, I really like this app. I was wondering if there's a way to enable the preview snaps in Windows 11. The left and right snapping works fine, but I'm not seeing the preview snaps. Additionally, when I drag a window to the top, I don't get the multiple window size options; it just maximizes the window by default.

PinchToDebug commented 3 months ago

Hi! It's using MoveWindow and it doesn't support snapping. When I was tying to do it in a different way it wasn't letting WebView2, Electron based applications to move. I might try to look into it again.

erikjoya commented 3 months ago

I see, hope you can somehow do something about it. Other than that, I started using it daily. Thanks for this nifty app!On Sep 4, 2024, at 10:59 PM, PinchToDebug @.***> wrote: Hi! It's using MoveWindow and it doesn't support snapping. When I was tying to do it in a different way it wasn't letting WebView2, Electron based applications to move. I might try to look into it again.

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: @.***>

PinchToDebug commented 2 months ago

Not going to implement it. I pushed an update with some changes, but aero snap support won't be added.