[AHK_Helper_Functions]

Add 'SetControlDelay -1' to improve reliability.

svn path=/trunk/ahk_tests/; revision=2012
This commit is contained in:
Edijs Kolesnikovičs 2013-04-10 11:04:24 +00:00
parent 05cb02fe5f
commit 10128550fc

View File

@ -20,6 +20,7 @@
; These lines are added for performance reasons, as suggested in http://www.autohotkey.com/docs/misc/Performance.htm
#NoEnv
SetBatchLines -1
SetControlDelay -1 ; To improve reliability. This avoids holding the mouse button down during the click, which in turn reduces interference from the user's physical movement of the mouse.
ListLines Off
SendMode Input ; Recommended for new scripts due to its superior speed and reliability.