"Add" button in macros menu

Posted by Karrack on Tue 12 Sep 2006 09:20 PM — 3 posts, 14,977 views.

#0
i think it would be ideal to have an "Add" button in the macro menu. thus you could really customize your mushcleint further. I got this idea when i wanted to make "ctrl+(a number, eg. 1)" a switch weapon macro but then realized you cant just "add" a macro like you can in Nuxus's "Keybinding" option. just my thoughts of what would make my favourite client better

(and if you can already do this and i'm just clueless about it . . . do tell!)
Australia Forum Administrator #1
The macro window is one of those features that wasn't totally well thought-out when I designed it. There are a fixed number of macros and thus no add button.

However you can make your own keystrokes a different way these days, using the Accelerator script function, see:

http://www.gammon.com.au/scripts/doc.php?function=Accelerator

If you want them to persist you just have to make them happen when you load the world up, for example have a script file, and handle the Open event (see the scripting page).


Accelerator ("Ctrl+1", "laugh")
#2
ah, thanks alot for pointing that out, and i still think that a little "add" button would make things much for user-friendly