Hi !
I'm quite sure nobody have wrote about this problem, so I made a new topic.
I use autohotkey since my third computer is being repaired, but it's seems like my scripts doesn't work, because pressing Z ( azerty ftw! ) make my main go forward, but make my reroll stand straigh and go forward like doing a thousand tiny steps instead of going forward running like my main do.
I tried :
WinGet, wowid, List, World of Warcraft
~Z::
KeyWait, Z, D
#IfWinActive, World of Warcraft
{
ControlSend,, Z, ahk_id %wowid1%
ControlSend,, Z, ahk_id %wowid2%
}
Return


then :
WinGet, wowid, List, World of Warcraft
#IfWinActive, World of Warcraft
~Z::
ControlSend,,{Z down}{Z up}, ahk_id %wowid1%
ControlSend,,{Z down}{Z up}, ahk_id %wowid2%
return


but same result for both : not what I had expected.

Anyone have a solution ?
Thanks all for your answers.

Multimoni, http://multimoni.blogspot.com/

PS: sorry for my bad english, I drop school years before :X