Modify

Opened 14 years ago

Closed 13 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 Changed 14 years ago by MrCreatoR <mscreator@…>

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 Changed 14 years ago by Jpm

  • Owner set to Jon
  • Status changed from new to assigned

comment:3 Changed 13 years ago by Jon

  • Resolution set to Wont Fix
  • Status changed from assigned 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.

Add Comment

Modify Ticket

Action
as closed The owner will remain Jon.
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.