|
Inigo Newbie
Joined: 14 Dec 2002 Posts: 2
|
Posted: Sat Dec 14, 2002 10:38 pm
Err Question?? |
Hi,
I am playing a mud where i need to bind a key to a cmmand.
example
The command is "Track"
lets say everytime i pressed the "home" key it would do the same as typing "track" and then pressing enter.
err i am new to this so any help would be greatly appreciated....
Thanx in advance!!! |
|
|
|
LightBulb MASTER
Joined: 28 Nov 2000 Posts: 4817 Location: USA
|
Posted: Sat Dec 14, 2002 11:16 pm |
That's called a macro, and the command is #KEY.
#KEY HOME track
There are some keys this won't work with (SHIFT for instance) and others that it would probably be best to leave alone since they are used by zMUD. For instance, the HOME key is used by zMUD to move the cursor to the beginning of a line.
LightBulb
Senior Member |
|
|
|
Inigo Newbie
Joined: 14 Dec 2002 Posts: 2
|
Posted: Sat Dec 14, 2002 11:59 pm |
thanx i figured out how to do it now that i know its a macro.....
peace |
|
|
|
|
|