View Single Post
11-22-10, 04:40 PM   #5
Sojik
A Wyrmkin Dreamwalker
 
Sojik's Avatar
AddOn Author - Click to view addons
Join Date: Sep 2007
Posts: 53
Originally Posted by Xchg View Post
Not an ideal solution, since the buttons can shift around, but you could do something like:

SetBindingClick("Q", "SpellBookCompanionButton1")

Would require some extra work to check what's currently in that slot.
That will only work one the first page. All subsequent pages reuse those buttons. Oh well, it would have been pretty messy trying to track down the right button anyway. Plus keeping it updated...
  Reply With Quote