Macro Question

i have this macro

#showtooltip
/cast [nomod]Tiger’s Fury
/cast [mod:alt] Berserk

I just want to proc my on use DPS trinkets ( 13 and 14 ) only with the mod alt press for berserk only. Anyway to do this at all? I am stumped sadly…

Thank for any advice.

#showtooltip
/cast [mod:alt] Berserk; Tiger's Fury
/use [mod:alt] 13
/use [mod:alt] 14

Thank you Elven

Just noticed there was a smart quote in the text I copied. Updated my previous post.