Modify

Opened 15 years ago

Closed 15 years ago

#1786 closed Bug (Rejected)

ControlSend releases Caps Lock

Reported by: MrCreatoR <mscreator@…> Owned by:
Milestone: Component: AutoIt
Version: 3.3.6.1 Severity: None
Keywords: Caps Lock ControlSend GUI Cc:

Description

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.

Attachments (0)

Change History (2)

comment:1 by MrCreatoR <mscreator@…>, 15 years ago

It seems that it's not only ControlSend, it's Send as well:

$hGUI = GUICreate("")
GUISetState()
SendKeepActive($hGUI)
Send("")

comment:2 by Jon, 15 years ago

Resolution: Rejected
Status: newclosed

Modify Ticket

Action
as closed The ticket will remain with no owner.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.