﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
1725	LALT UP, RALT UP, LCTRL UP, and RCTRL UP do not release properly	anonymous	Jon	"Despite the specifications on the wiki, I have tested code like the following and discovered that the left and right control and alt buttons do not release properly. There are a couple discussions of this problem on the forums, but no one seems to have a solution or workaround for it.

{{{
Send(""{LCTRL DOWN}""); Left control is held down
Sleep(1000)
Send(""1""); etc etc.
MouseClick(""left"")
Send(""{LCTRL UP}""); Left control does NOT release
}}}
"	Bug	closed		AutoIt	3.3.6.0	None	Wont Fix	send(), LALT, RALT, LCTRL, RCTRL, release	
