|
adamandkate Wanderer
Joined: 14 Oct 2009 Posts: 57
|
Posted: Fri Dec 04, 2009 1:32 am
macro on arrow key |
hi, ive been wanting to place my attack macros on the arrow keys. used to do this on zmud but now cmud doesnt seem to like it so ive put them on my insert/del/home/end keys
is there a way to assign macros to the standard up/down/left/right (not the num pad arrows)
thanks |
|
|
|
MattLofton GURU
Joined: 23 Dec 2000 Posts: 4834 Location: USA
|
Posted: Fri Dec 04, 2009 2:22 am |
Can't assign macros to keys that are reserved/have definition at the OS level. It's part of the compliancy aspect that Zugg is maintaining in CMud.
|
|
_________________ EDIT: I didn't like my old signature |
|
|
|
charneus Wizard
Joined: 19 Jun 2005 Posts: 1876 Location: California
|
Posted: Fri Dec 04, 2009 3:19 am |
MattLofton wrote: |
Can't assign macros to keys that are reserved/have definition at the OS level. It's part of the compliancy aspect that Zugg is maintaining in CMud. |
Not sure where that information comes from, because I was able to do:
Code: |
#KEY RIGHT {#SAY Testing.} |
and press the right arrow key for it to work.
Therefore just do #KEY UP, #KEY DOWN, #KEY LEFT, and #KEY RIGHT.
Charneus |
|
|
|
Zugg MASTER
Joined: 25 Sep 2000 Posts: 23379 Location: Colorado, USA
|
Posted: Fri Dec 04, 2009 5:20 am |
That only works if you enable the "Allow ANY key to be a macro" option. With that option enabled, you can even assign macros to the alphanumeric keys, like "A".
However, this is totally NOT RECOMMENDED. For example, assigning macros to the arrow keys will prevent you from using the arrow keys to move the cursor to edit your command line, or will prevent the command line recall history features from working. It's just a bad idea. But yes, you can do it if you really need it using the option mentioned above. |
|
|
|
adamandkate Wanderer
Joined: 14 Oct 2009 Posts: 57
|
Posted: Fri Dec 04, 2009 11:45 am |
thanks for that guys. and from the great man himself!
did the forum get a reboot? ive been out of mudding, when ive come back all my posts are gone on the forum
might as well lock this guys. thanks |
|
|
|
Zugg MASTER
Joined: 25 Sep 2000 Posts: 23379 Location: Colorado, USA
|
Posted: Fri Dec 04, 2009 5:33 pm |
No, the forums haven't been changed in many years. I'm not aware of any posts being deleted.
|
|
|
|
|
|