_WindowPadX

Handling windows in general and within a multi-monitor setup in special

derived from WindowPad by Lexikos (http://www.autohotkey.com/forum/topic21703.html)

See also the documentation of original WindowPad by Lexikos (http://www.autohotkey.com/forum/topic21703.html), as WindowPadX is just a simple clone of WindowPad with reengineering and a few enhancements ....

Documentation

Requires

AutoHotkey v1.1.0 or later.

Author

hoppfrosch

Version History

1.2.222.Mar.2012 Hoppfrosch [+] WPXA.ahk v0.2.0: wp_RollWindowToggle: Bugfix for rolling up windows to its titlebar
1.2.122.Mar.2012 Hoppfrosch [+] WPXA.ahk v0.1.10: wp_GetMonitorFromMouse: Determine monitor where mouse is [*] WPXA.ahk v0.1.10: WPXA_MinimizeWindowsOnMonitor: Minimize windows on screen where mouse is
1.2.019.Mar.2012 Hoppfrosch [+] WPXA.ahk v0.1.9: WPXA_TileLast2Windows: Tile active and last window (Credits: ipstone today (http://www.autohotkey.com/forum/viewtopic.php?p=521482#521482))
1.1.126.Jan.2012 Hoppfrosch [*] WPXA.ahk v0.1.8: WPXA_MaximizeToggle: Bugfix to actually toggle Maximization
1.1.013.Jan.2012 Hoppfrosch [*] WPXA.ahk v0.1.6: WPXA_TopToggle(): Reanimated Notifications [+] WPXA.ahk v0.1.7: WPXA_RollToggle: New action for toggling rolling a window to its captionbar
1.0.113.Jan.2012 Hoppfrosch [*] WPXA.ahk v0.1.5: WPXA_MouseLocator: Using integer coordinates for Gui Show
1.0.012.Jan.2012 Hoppfrosch: Initial release of WindowPadX
WindowPadX supports a command-line mode.
Additional commands for use in WindowPadX.ini may be implemented by simply adding subroutines or functions to WPXA.ahk.
wp_RollWindowToggle(hwnd)
Toggles Rollup of a window (Rollup to caption bar)
wp_GetMonitorFromMouse(default = 1)
Get the index of the monitor where the mouse is
WPXA_MinimizeWindowsOnMonitor(md)
Minimize all windows on the given Screen or all windows on screen where where the mouse currently lives
WPXA_TileLast2Windows()
Tile active and last window
WPXA_MaximizeToggle(winTitle)
Maximize or restore the window.
WPXA_TopToggle(WinTitle)
Toogles “Always On Top” for given window
WPXA_RollToggle(WinTitle)
Toogles “Roll/Unroll” for given window
WPXA_MouseLocator()
Easy find the mouse
Close