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. |
| <BroadcastKey trigger [, trigger [, trigger...]]> |
Each trigger is a key combination that triggers a broadcast hotkey. Triggers are separated by commas. You must specify at least one trigger.
|
| Only the following keywords can be used in a BroadcastKey definition: |
| If Key is included, it specifies the output key combination. If it's not included, the trigger combination is used for output. |
| 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>
|
This page was last revised on September 23, 2008 |
|
|
|
|
|
|