Window

Gathers various Window commands. Please refer to AutoHotkey documentation for details on each one.

Window (F6)

Parameters

Value
Second parameter of a Window Command when available. This field accepts Variables & Expressions.
Seconds
Seconds to wait for a Window Command when available. This field accepts Variables & Expressions.
Output Variable
The name of the variable in which to store the result of Cmd. For WinGetPos the variable you choose will be a prefix to the 4 outputvars. E.g. if you type a variable named "Pos_" the output will be saved to Pos_X, Pos_Y, Pos_W and Pos_H.
Position/Size
Coordinates and sizes to move a control with WinMove.

WinActivate, WinActivateBottom, WinClose, WinGet, WinGetClass, WinGetText, WinGetTitle, WinGetPos, WinHide, WinKill, WinMaximize, WinMinimize, WinMinimizeAll / WinMinimizeAllUndo, WinMove, WinRestore, WinSet, WinShow, WinWait, WinWaitActive / WinWaitNotActive, WinWaitClose