mirror of
https://github.com/reactos/ahk_tests.git
synced 2025-03-02 17:45:31 +00:00
[AHK_Helper_Functions]
Add 'SetControlDelay -1' to improve reliability. svn path=/trunk/ahk_tests/; revision=2012
This commit is contained in:
parent
05cb02fe5f
commit
10128550fc
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user