Modify

#549 closed Bug (No Bug)

ControlSend sometimes sends wrong text

Reported by: www.songwei@… Owned by:
Milestone: Component: AutoIt
Version: 3.2.11.2 Severity: None
Keywords: Cc:

Description

ControlSend sometimes sends wrong text. For example, I want to send "www.songwei@…", but I get "wWW>songwei@…" or "www.songwei2gmail.com". That is, ControlSend adds or removes a Shift in the text.

Attachments (0)

Change History (4)

comment:1 by Zedna, on Sep 1, 2008 at 2:14:04 PM

This is known bug/limitation related to some national keyboard layouts (like Czech in my case).
You can find topics about that in old Bug forum section (not track) from me.

Result was - it will not (can't) be fixed.
You may use ControlSetText() as workaround or change keyboard layout to english then use Send()/ControlSend() and change layout back.

comment:3 by Zedna, on Sep 1, 2008 at 2:37:41 PM

Note: It's also mentioned in Remarks in AutoIt helpfile at Send(), ControlSend()

comment:4 by J-Paul Mesnage, on Sep 4, 2008 at 6:46:48 AM

Resolution: No Bug
Status: newclosed

depending what you are oing simulteaneously when running your script eg you can have such behaviour if the shift key used.
the zedna suggestion is perfectly valid (controlsettext)

Modify Ticket

Action
as closed The ticket will remain with no owner.

Add Comment


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