This command was called HoldDownKey before build 128. This page shows new instructions for builds 129 and up. |
| Creates one or more movement hotkeys that can be used for movement in games. |
| <MovementHotkey [mods] mainlist [; [mods] mainlist...]> |
| Only the following keywords can be used in a MovementHotkey definition: |
| If you need to make a hold down hotkey that is more complicated than this, you can do it with Hotkey and HotkeyUp. For more information, see Movement Keys.
|
| The following example creates four movement hotkeys that control two characters: |
<MakeLabel joe local SendWin game1>
<MakeLabel sam 192.168.1.102 SendWin game1>
<MovementHotkey w, a, s, d>
<SendLabel sam, joe>
<Key %Trigger%>
|
| The following example creates one movement hotkey. The trigger and output key are different: |
<MakeLabel joe local SendWin game1>
<MakeLabel sam 192.168.1.102 SendWin game1>
<MovementHotkey Ctrl F1>
<SendLabel sam, joe>
<Key F9>
|
This page was last revised on October 22, 2008 |
|
|
|
|
|
|