Re: Macros in zMUD:

[ Follow Ups ] [ Post Followup ] [ Dioxide's CForum ]

Posted by [_SnArF_] on February 26, 2000 at 13:44:09:

In Reply to: Macros in zMUD posted by Bishop on February 25, 2000 at 14:20:13:

> How do I define macros for the insert, home, page up, page down, end, delete, and arrow keys to left of the numeric keypad?


Button = what you type in


insert = #key INS
delete = #key DEL
home = #key HOME
end = #key END
page up = #key PGUP
page down = #key PGDN
arrow up = #key UP
arrow down = #key DOWN
arrow left = #key LEFT
arrow right = #key RIGHT


>Also how do I define the ctrl and alt keys? ie ctrl+1 causes 'c armor' to show.


ctrl+1 = #key CTRL-1 {c 'armor'}
ctrl+12 = #key CTRL-12 {c 'fireball'}
ctrl+ins = #key CTRL-INS {delete;delete}


--SnArF

Follow Ups:

Post a Followup

Name:
E-mail:
Subject:
Comments:


[ Follow Ups ] [ Post Followup ] [ Dioxide's CForum ]