-
Notifications
You must be signed in to change notification settings - Fork 1
Description
@Cyberkabauter contributed some ideas in a2#250 and has some code already to improve ComfortResize:
I adapted a script from the ahk forum to my needs. You may want to integrate some ideas of that:
- Drag or resize windows in fullscreen mode: Minimize window in fullscreen mode first and do the move or resize action.
- Let the resize arrows jump to the borders/edges before resizing (for better usability).
- Start resizing also works if the mousekey is located outside of the active window. Cursor jumps to the nearest border/edge.
I postet: my version of the script here. (search for "Modification Cyberklabauter"). The mentioned improvements are added to the script by myself, feel free to use it.
remarks
Well the current implementation covers most from the original ac'tivAid version. But I totally miss the maximized window resize as well! That's really a good one to fix! 👍
I never thought about having the cursor jump to the corners. That's the idea, right? (haven't seen the code yet)
Sounds a little weird to me as I'd rather keep control of my cursor and OH: also sometimes work with a tablet in screen mode! So that wouldn't work there. But I'd totally need to see it in action and it's a valid option anyway :)👍
Resizing active window when cursor is outside would of course disable moving inactive windows which I really like. But it's also a good option! 👍