RamonUnch/AltSnap

Feature Request: Dimension restoration while resizing on `esc` press

brian6932 opened this issue · 2 comments

Basically, when you resize a window normally, pressing ESC while resizing restores the window to it's dimensions before you started resizing, however AltSnap doesn't abide by this behavior, currently it just stop resizing and sets it to the currently held position. I think it'd be nice for this to be a togglable feature within the ini file.

Yes, this is because ESC is handled like a hard reset instead of a movement cancellation, so that if AltSnap locks something or gets in a funny state you can press ESC to fix it.
Because of that it tries not to do any extra work.
If you want the window to stay still when pressing ESC you can always use FullWin=0 in the [Performance] section of the ini file, and it will move a hollow square instead of the window until movement is finished.

Yea I figured it was due to the motion stop, what I propose's more specifically on resize