hi i'm new to dual-boxing. I started using AHK but i got a problem.

this work fine to send Alt + 1 :
~'::ControlSend, , {Alt down}{1 down}{1 up}{Alt up}, ahk_id %wowid2%

but i can't send Ctrl 1 using the same syntax :
~^&::ControlSend, , {LControl down}{1 down}{1 up}{LControl up}, ahk_id %wowid2%

i want to send ctrl 1 to wowid2 when i do ctrl 1 in wowid1

i don't see why it doesn't work ..

sorry for my poor english :x