| Waits for a window to open. |
| <WaitForWin window timeout> |
Window is the name of the window. |
Timeout is the maximum time to wait in milliseconds. |
| If the window opens, it becomes the currently targeted window. |
| This command can be interrupted with Cancel. |
The following hotkey starts a game, waits for it to open, renames it, and changes its position:
|
<Hotkey F1>
<run "C:\Program Files\UberSoft\uber.exe">
<WaitForWin Ubertastic 20000>
<Rename Ubertastic uber1>
<SetWinPos uber1 471 142> |
This page was last revised on April 27, 2008 |
|
|
|
|
|
|