Thread Tools Display Modes
07-03-07, 11:51 PM   #1
Flarin
A Frostmaul Preserver
 
Flarin's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2006
Posts: 290
Keybind for Macros

Looking for a mod to keybind macros to save on bar space.
__________________

"I will crush and destroy and...ooo...shiny..."

  Reply With Quote
07-04-07, 09:06 AM   #2
mulesh
A Chromatic Dragonspawn
 
mulesh's Avatar
AddOn Author - Click to view addons
Join Date: Dec 2006
Posts: 193
You can bind them manually with a slash command, and it will remember between sessions.

/script SetBindingMacro("KEY HERE","MACRO NAME HERE") SaveBindings(2)

Breakdown:
"KEY HERE" - the key you wish to bind to (i.e. "V" , "SHIFT-V", CTRL-V" , "ALT-V"). Dont forget the quote marks!
"MACRO NAME HERE" - the name of your macro you wish to bind. Dont forget the quote marks!
SaveBindings(2) - saves the binding to the character's bindings (note: use SaveBindings(1) to save for all characters)

Example:
Macro Name - Tracker
Macro Text - /castsequence Track Herbs; Track Minerals
Binding Script - /script SetBindingMacro("V","Tracker") SaveBindings(2)

Thanks to shouryuu for sharing this trick
__________________
"Don"t tase me bro!" ~ Andrew Meyer
  Reply With Quote
07-04-07, 09:12 AM   #3
Balsta
Guest
Posts: n/a
Clique will also allow you to bind micros to mouse buttons and I believe Trinity bars also allow for binding macros to anything.
  Reply With Quote
07-04-07, 10:16 AM   #4
Seerah
Fishing Trainer
 
Seerah's Avatar
WoWInterface Super Mod
Featured
Join Date: Oct 2006
Posts: 10,860
SpellBinder: http://www.wowinterface.com/download...ellBinder.html
__________________
"You'd be surprised how many people violate this simple principle every day of their lives and try to fit square pegs into round holes, ignoring the clear reality that Things Are As They Are." -Benjamin Hoff, The Tao of Pooh

  Reply With Quote
07-04-07, 04:40 PM   #5
Rigorous
Noggenfogger Anonymous
 
Rigorous's Avatar
Join Date: Jul 2006
Posts: 420
Bindpad also.
__________________
"I guess I kinda lost control, because in the middle of the play I ran up and lit the evil puppet villain on fire. No, I didn't. Just kidding. I just said that to help illustrate one of the human emotions, which is freaking out. Another emotion is greed, as when you kill someone for money, or something like that. Another emotion is generosity, as when you pay someone double what he paid for his stupid puppet." - Jack Handy
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » AddOn Search/Requests » Keybind for Macros


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off