I have read previous similar article and tried as there adviced. But it doesn't work for me. Or I missing something? I tried many syntax variations.
keydelay := 1000
^z::
PlayQueue([1,2,3,"q","e"])
return
PlayQueue(queue)
{
global keydelay
for i, k in queue
Send, %k%
Sleep %keydelay%
}
Its just fires instantly without delays :/