REFERENCE
BroadcastKey

This command was removed from the program in build 127. Use Hotkey instead.

Creates one or more hotkeys that broadcast a key combination to multiple windows.

Syntax

<BroadcastKey trigger [, trigger [, trigger...]]>

Parameters

Each trigger is a key combination that triggers a broadcast hotkey. Triggers are separated by commas. You must specify at least one trigger.


Remarks

Only the following keywords can be used in a BroadcastKey definition:

PassThrough
SendLabel
Key


If Key is included, it specifies the output key combination. If it's not included, the trigger combination is used for output.

Example

The following example creates six broadcast hotkeys, each of which copies the trigger to three windows.

<Label joe local SendWin game1>
<Label sam 192.168.1.102 SendWin game1>
<Label flo 192.168.1.102 SendWinMF game2>

<BroadcastKey F1, F2, F3, F4, F5>
<SendLabel sam, joe, flo >

The following example creates one broadcast hotkey. The trigger and output key are different:

<Label joe local SendWin game1>
<Label sam 192.168.1.102 SendWin game1>

<BroadcastKey Ctrl F1>
<SendLabel sam, joe>
<Key F9>

Related pages

HoldDownKey
Label
PassThrough
SendLabel


This page was last revised on September 23, 2008
 
INSTRUCTIONS


REFERENCE


OTHER STUFF


WORLD OF WARCRAFT