View Single Post
12-24-12, 04:48 PM   #2
Phanx
Cat.
 
Phanx's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2006
Posts: 5,617
1) That is only possible with actual modifier keys: Alt, Ctrl, Shift, or some combination thereof. You can't do it with arbitrary keys like "Q" or "9".

2) You would need to use an actionbar mod that supports modifier paging, like Bartender4 or (maybe) Dominos. A macro can't do that, because a macro just runs once when you activate it, and does not respond to further keyup/keydown events. You need to actually set that up in your actionbar's state driver.
__________________
Retired author of too many addons.
Message me if you're interested in taking over one of my addons.
Don’t message me about addon bugs or programming questions.
  Reply With Quote