This keyword is new in build 140 |
| It isn't necessary to write EndIf unless you want to add instructions that should always execute after an If-block, like in the second example below. |
<Hotkey F1>
<If ActiveWinIs wow1>
<SendLabel w1>
<Key 1>
<EndIf>
<SendFocusWin> // THIS WILL ALWAYS EXECUTE
<Text burp>
|
This page was last revised on October 1, 2008 |
|
|
|
|
|
|