Modify ↓
Opened 18 years ago
Closed 17 years ago
#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:1 by , 18 years ago
comment:2 by , 18 years ago
comment:3 by , 18 years ago
Note: It's also mentioned in Remarks in AutoIt helpfile at Send(), ControlSend()
comment:4 by , 17 years ago
| 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.