Modifier Macro Help

Need help, I have a macro: /use [@mouseover,help][@focus,help][] Healing Wave
And another macro /use [@mouseover,help][@focus,help][] Chain Heal.

What I want to achieve is to add a shift modifier to combine these into one button, without losing the Mouseover/focus/default priorities. Where in the Macro would you add the [mod:shift] part?

So, this doesnt work : /use [mod:shift][@mouseover,help][@focus,help][] Chain Heal; Healing Wave

Thanks,

[this, and this]
[this] [or this]
#showtooltip
/use [mod:shift,@mouseover,help] [mod:shift,@focus,help] [mod:shift] Chain Heal;  [@mouseover,help] [@focus,help] [] Healing Wave

One big super thank you my friend.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.