Wow! Thanks hoppfrosch for the enhancement of Lexikos' amazing WindowPad, which I have been using actively since 5 months ago.
I just stumbled upon the the thread and loved the new features such as mouse locator, roll toggle, top toggle, and minimize windows on a specific monitor. Amazing!
After playing with the new WindowPadX, here are some my features I would love to see in the future updates
1. Mouse locator to the current active window.
=> I have a wierd set up of my center window being the monitor1, and the right one the monitor 2, and the left one the monitor3. I like your new MoveWindowToMonitor, but due to my weird setup, locating the mouse based on the monitor is not as intuitive for me. It would be nice to have a way to locate my mouse to the current active window since most of of time I need my mouse right after using my window.
I use the following code in my hotkey script, but it would be nice to have that in windowpadX
Code:
CoordMode, Mouse, Relative
MouseMove A_ScreenWidth//2,A_ScreenHeight//2
2. animation parameter in window roll?
I really liked the windowroll feature added to the windowPad!
It would be nice to have some animation so that I know it's getting rolled up and looks nice.
I was using Rajat's window shading with the touch of Watcher's animation hack.
http://www.autohotkey.com/community/viewtopic.php?t=556but it would be really nice if i can do all that with windowPadX
Thanks again for the enhancement on this amazing tool!