Need Help with Heal Macro

I’m trying to put together a healing macro for feral especially for arena due to Dream of Cenarius also healing me when I heal someone else. So far I have this:

/cast [nomod] rejuvenation
/cast [mod:shift] healing touch
/cast [mod:ctrl,exists,@party1][mod:ctrl,@mouseover,help,nodead] rejuvenation
/cast [mod:shift,mod:ctrl,exists,@party1][mod:shift,mod:ctrl,@mouseover,help,nodead] healing touch

Here’s my problem. Rejuvenation works great. Healing touch with shift mod works great. Rejuvenation with ctrl mod on party member or mouseover works great. Healing touch with ctrl AND shift…doesn’t work at all. Zip. Can anyone help me out with this? I’ve tried a ton of combinations and am coming up empty. I have made sure all my keybinds are clear.

[mod:shift;mod:ctrl,@mouseover,help,nodead] healing touch -----try this

[mod:shift,mod:ctrl,@mouseover,help,nodead] healing touch----yours, see the difference

Yes, awesome, thanks.

I’m sorry, but the semi-colon ended up being incorrect. It has to be a comma. I finally got it working when I actually put the more complicated modifiers first in the macro so that they were checked first. Oog…