﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
1786	ControlSend releases Caps Lock	MrCreatoR <mscreator@…>		"When using ControlSend on '''AutoIt GUI''', the Caps Lock released (disabled).

Here is a simple example that reproduces this bug:

{{{
$hGUI = GUICreate("""")
GUISetState()
ControlSend($hGUI, """", """", """")
}}}

Enable Caps Lock and run this script, then check the Caps Lock state."	Bug	closed		AutoIt	3.3.6.1	None	Rejected	Caps Lock ControlSend GUI	
