Why is my Barrage not working?

Although I am new to GS a good friend is not. I am a Survival Hunter and use “Barrage”. He assigned the #11 key to CTRL which was intended to throw Barrage. It doesn’t work and we have both been banging our heads up against a wall (which, btw, doesn’t work and leaves you with a massive headache)to figure this out. Yet,if I do it manually, click on the barrage icon on my action bar, all works fine!! pls see below. If anyone has any advice inwhere the problem is, Plz don’t hesitate to give me a shout! I have compared to many other macro’s and absolutely can not find out what we are doing worng! Your input would be greatly appreciated!!! TYVM in advance! :)Hopelesss in Hamden

Sequences[‘Surv’] = {
StepFunction = [[
limit = limit or 1
if step == limit then
limit = limit % #macros + 1
step = 1
else
step = step % #macros + 1
end
]],
PreMacro = [[
/targetenemy [noharm][dead]
/console Sound_EnableSFX 0
]],
‘/cast [nomod,nochanneling:Barrage] A Murder of Crows’,
‘/cast [nomod,nochanneling:Barrage] Black Arrow’,
‘/cast [nomod,nochanneling:Barrage] Explosive Shot’,
‘/cast [nomod,nochanneling:Barrage] Focusing Shot’,
“/castsequence [mod:ctrl] Barrage”,
“/castsequence [mod:ctrl,nochanneling:Barrage] Multi-shot”,
“/castsequence [mod:shift,nochanneling:Barrage] Arcane Shot”,
PostMacro = [[
/petattack
/startattack
/use [combat]13
/use [combat]14
/script UIErrorsFrame:Clear()
/console Sound_EnableSFX 1
]],
}