Modify ↓
Opened 14 years ago
Closed 13 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 Changed 14 years ago by MrCreatoR <mscreator@…>
comment:2 Changed 13 years ago by Jon
- Resolution set to Rejected
- Status changed from new to closed
Guidelines for posting comments:
- You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
- In-depth discussions should take place on the forum.
For more information see the full version of the ticket guidelines here.
Note: See
TracTickets for help on using
tickets.
It seems that it's not only ControlSend, it's Send as well: