Mouseover macro with shift modifier not quite working like I want

Hi I am currently testing out some mouse over macros that also include shift modifiers. The one issue I am having is when I am not hovering over any target, I want it to self cast on me. So far I am using

#showtooltip
/cast [mod:shift,@mouseover,help,exists,nodead] [mod:shift] Flash Heal(Rank 3); [@mouseover,help,exists,nodead] Flash Heal

The issue I am having is it will only do the self cast with no hover over on the modded shift command and not on non modded button click.

#showtooltip
/cast [mod:shift,@mouseover,help,nodead] [mod:shift,@player] Flash Heal(Rank 3); [@mouseover,help,nodead] [@player] Flash Heal
1 Like

woot! thank you so much!