PDA

View Full Version : [AutoHotKey] Lag in keystrokes



kaiverrettu
10-29-2011, 10:30 AM
Im trying to figure out, is this program very laggy if you use it with alot of toons? I thought it was just my computer but having tried it out recently on someone elses who has really über specs and I have hard time believing that this is the case.

Cptan
11-02-2011, 03:25 AM
Try

SetKeyDelay, 0

It solved this similar problem I faced. I blame the graphic card wrongly, and almost bought the GTX580 3GB. Before I discover the solution, I actually used AHK + HKN, lol.

kaiverrettu
11-05-2011, 02:51 PM
Try

SetKeyDelay, 0

It solved this similar problem I faced. I blame the graphic card wrongly, and almost bought the GTX580 3GB. Before I discover the solution, I actually used AHK + HKN, lol.

Thank you so much! I tought it was the GFX card as well

Where should I write it in the sample script though? http://www.dual-boxing.com/wiki/index.php/AutoHotKey#Example_Script_-_Full

I can't get it to work!

Cptan
11-07-2011, 11:55 PM
I would insert the codes near WinGet command, doesn't really matter as long as AHK execute it before you issue the ControlSend command. Preferably at the code region where you perform all the initialization.

Which AHK are you running? I am using the AHK_L 64 bits version.