Modify ↓
Opened 16 years ago
Closed 15 years ago
#1725 closed Bug (Wont Fix)
LALT UP, RALT UP, LCTRL UP, and RCTRL UP do not release properly
| Reported by: | anonymous | Owned by: | Jon |
|---|---|---|---|
| Milestone: | Component: | AutoIt | |
| Version: | 3.3.6.0 | Severity: | None |
| Keywords: | send(), LALT, RALT, LCTRL, RCTRL, release | Cc: |
Description
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
Attachments (0)
Change History (3)
comment:1 by , 16 years ago
comment:2 by , 16 years ago
| Owner: | set to |
|---|---|
| Status: | new → assigned |
comment:3 by , 15 years ago
| Resolution: | → Wont Fix |
|---|---|
| Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.

Actualy these two lines is enough to reproduce this behaviour:
Send("{LCTRL DOWN}"); Left control is held down Send("{LCTRL UP}"); Left control does NOT release