Question About /cast [mod:shift]

Was wondering if it was possible to have something like /cast@player [mod;shift] DeathandDecay,DarkTransformation Dont know if I have that typed the correct Way. Feedback Much appreciated.
Thanks!

Hey totaly possible should be /cast [@player,mod:shift] ur spells etcstuff
if you are using ahk script then you will need to send the shift else it wont work
something like
If (GetKeyState(“Shift”))
Send, {Shift Down}{0 Down}
else
Send,{0 Down}

sorry for necro post but it might be useful to other ppl

Death and Decay like all other spells that need to be pointed, you can only use @player which is you and @cursor.

#showtooltip
/cast [mod:shift,@cursor] Death and Decay
/cast [mod:shift] Dark Transformation

or

#showtooltip
/cast [mod:shift,@player] Death and Decay
/cast [mod:shift] Dark Transformation