﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
3763	Send() Optimisation	TommyDDR		"When SendKeyDelay and SendKeyDownDelay opt are both equals to 0, call SendInput only one time with INPUT struct array instead of multiple call for a faster processing.

It will prevent for calling :
GetAsyncKeyState for VK_LSHIFT, VK_RSHIFT, VK_CONTROL, VK_MENU, VK_LWIN
GetKeyState for VK_LSHIFT, VK_RSHIFT, VK_CONTROL, VK_MENU, VK_LWIN
for each key and reduce call numbers to SendInput



{{{
Opt(""SendKeyDelay"", 0)
Opt(""SendKeyDownDelay"", 0)

Send(""abcdefghijklmnopqrstuvwxyz"")
}}}


"	Feature Request	closed		AutoIt		None	Rejected	send sendinput optimisation	
