|
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.
|