REFERENCE
LoadHotkeyFile


Many thanks to dcreager for suggesting this command.

Loads a hotkey file.

Syntax

<LoadHotkeyFile [pathname]>

Parameters

Pathname is optional. It's the path and name of the hotkey file.


Remarks

If pathname is omitted, a file selection window pops up.

If pathname is provided, the file is loaded without a pop up window.

If the pathname contains spaces, you must put quotation marks around it.


Examples

The following example loads a specified hotkey file on a remote machine without popping up a window:

<Hotkey ralt F12>
   <SendPC 192.168.1.102>
   <LoadHotkeyFile c:\yadayada.txt>

The following example makes a selection window pop up on the local machine so you can choose a hotkey file and load it.

<Hotkey ralt F12>
   <SendPC local>
   <LoadHotkeyFile>

This page was last revised on April 20, 2008
INSTRUCTIONS


REFERENCE


World of Warcraft