Hi,

I had a problem with key spamming which really came to the fore soon as I started doing AV where there is some lag and I am spamming keys like mad. The problem was that the keys would seem to go into a buffer and be significantly delayed before being sent to the WoW sessions. In other words, my characters would rez in the GY and still get key spam.

I managed to get rid of this problem by setting the autohotkey key delay:

Code:
Process, Priority,, High
SetKeyDelay, -1, -1
Add the code to the top of your AHK script. Setting the priority to high is to allow AHK to deal with the key spam as quickly as possible.