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 MrCreatoR <mscreator@…>, 16 years ago

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

comment:2 by J-Paul Mesnage, 16 years ago

Owner: set to Jon
Status: newassigned

comment:3 by Jon, 15 years ago

Resolution: Wont Fix
Status: assignedclosed

Modify Ticket

Action
as closed The owner will remain Jon.

Add Comment


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