i need to set up a macro that will target the focus target that can be semi turned off. example being 2 shamans healing in a raid. have both shamans healing a MT then change to one shaman healing the MT and the other spot healing the raid. i thought about useing a modifyer in a normal focus macro but i figured id put it out to the community to see if anyone else had any ideas. heres what i came up with

/assist [target=focus,nomod]
/assist [target=target,mod:shift]
/cast whatever or /click


also can you put a modifyer inside a /click macro? like
/click MultiBarRightButton1 [nomod]
/click MultiBarRightButton2 [mod:lctrl]
that obviously doesnt work but anyone found a way around this?