Tailor Archive
Thread: Toolbar commands
/ui action toobarSlotXX where XX is 00 - 23 (00 - 11 for first row, 12 - 23 for second row)
/ui action toolbarPaneXX where XX is 00 - 05
Sorry, got cut off there.
You of course don't want to type all of that so you can use aliases to shorten it. For example, to use the first thing in the toolbar (F1) you can do:
/alias t1 /ui action toolbarSlot00;
You can have several commands in the alias in a fashion similar to macros, such as:
/alias ex /ui action toolbarSlot00; /ui action toolbarPane03; /ui action toolbarSlot05;
Hope that helps.
I have been trying to do this myself by using the 6th colum of toolbars. It isn't working. What numbers would I use on it if the 6th toolbar is showing? Any help is appreciated. Thanks!
Basically I have a macro in the first box that I want to set off a macro in the 2nd box.