Modify

#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@…>, on Jul 28, 2010 at 8:32:40 AM

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, on Jul 28, 2010 at 11:29:18 AM

Owner: set to Jon
Status: newassigned

comment:3 by Jon, on May 22, 2011 at 7:29:19 PM

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.