multi modifier-target macro

Hello

Can You please help me create multi modifier = target macro
I’ve tried few different ways, but it seems that I’m too noobish for this.

I would like to create a macro that casts rejuvenation on target with nomod, selfcast with Alt, party1 with shift and party2 with crtl

something like :
#showtooltip
/cast [nomod, @target] rejuvenation;
/cast [mod:alt, @player] rejuvenation;
/cast [mod:shift, @party1] rejuvenation;
/cast [mod:ctrl, @party2] rejuvenation

how to make it work ?

Thanks in advance.

I dont know about casting on parties. I grouped with a player and it did nothing. These two work fine. Some reason I can’t use any other key than ALT as a modifier, but if you can make it work you could make one for @focus also so you have target,player,focus.

#showtooltip
/cast [nomod, @target] rejuvenation;
/cast [mod:alt, @player] rejuvenation;