REFERENCE
AlwaysOnTop


Makes the currently targeted window stay on top even when a different window has the focus.

Syntax

<AlwaysOnTop arg>

Parameters

Arg can be either "on" or "off."

Use "on" to make the window stay on top. Use "off" to make the window return to normal.


Remarks

AlwaysOnTop affects the window that was targeted with TargetWin, TargetChild, SendWin, etc.


Examples

This hotkey makes a window called "WOW1" always stay on top:


<hotkey F1>
    <SendPC local>
    <TargetWin WOW1>
    <AlwaysOnTop on>


This hotkey returns that window to normal:


<hotkey F2>
    <SendPC local>
    <TargetWin WOW1>
    <AlwaysOnTop off>


This page was last revised on March 21, 2008
 
INSTRUCTIONS


REFERENCE


World of Warcraft