Macro to cast 2 spells on Button 2

I have a neat macro that let me cast 2 different spells by using different mouse buttons, it goes like this:

/cast [button:1] Arcane Shot; [button:2] Multi-Shot

however, I’d like to cast Salvo together with multi-shot, is it possible to add Salvo into the Button 2?

#showtooltip
/cast [btn:2] Salvo
/cast [btn:2] Multi-Shot; Arcane Shot
1 Like

many thank! works perfectly