Log in

View Full Version : AHK + Xkeys



noonelives
03-02-2008, 05:25 PM
I need a hand with xkeys. I'm trying to use 4 keys to send WASD keys to my second WoW window. Only problem is when I hold down one of the xkeys buttons it delays before resending the key down.
What I'm basically doing is using the xkeys pro as a second keyboard to control a second character during raids and such

In MacroWorks II I have it set to "[Auto Repeat(0.2:0.05)]". But thats still way to slow for normal movement.

If anyone has better ideas on how to make the second WoW move, without using follow, let me know.

thinus
03-02-2008, 05:35 PM
Would help if you actually post the relevant parts of the AHK script. You may also want to try searching for AHK and movement, there are numerous posts on how to handle movement correctly with AHK.

noonelives
03-02-2008, 05:43 PM
^Numpad1::
ControlSend, , {W Down}, ahk_id %wowwindow%
Return
^Numpad1 Up::
ControlSend, , {W Up}, ahk_id %wowwindow%
Return


I believe the problem here is actually xkeys.

thinus
03-02-2008, 06:06 PM
I believe the problem here is actually xkeys.

Yep, looks like it.