KeyWait isn't working too well for me. It's extremely unresponsive and I have to hold it down for 5 seconds before I see any movement(and no, not due to latency, it's just not moving unless I actually hold it down for a while - not even a little bit). Here's what I tried:
Numpad8::
#IfWinActive, World of Warcraft
{
ControlSend,, {Numpad8 down}, ahk_id %wowid1%
ControlSend,, {Numpad8 down}, ahk_id %wowid2%
ControlSend,, {Numpad8 up}, ahk_id %wowid1%
ControlSend,, {Numpad8 up}, ahk_id %wowid2%
}
KeyWait, Numpad2, U
Return
And it keeps going when I hold it down - but only in little burps and segments. I know someone is going to say latency, so let me just re-iterate: there is no distance moved at all if I only hold it down a short period of time. If it was latency, that would still get sent eventually and show some distance moved.
Connect With Us