Modify ↓
Opened on Sep 1, 2008 at 3:21:07 AM
Closed on Sep 4, 2008 at 6:46:48 AM
#549 closed Bug (No Bug)
ControlSend sometimes sends wrong text
| Reported by: | 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:3 by , 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 , on Sep 4, 2008 at 6:46:48 AM
| Resolution: | → No Bug |
|---|---|
| Status: | new → closed |
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)
Note:
See TracTickets
for help on using tickets.

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.