Modify ↓
Opened 16 years ago
Closed 16 years ago
#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 Changed 16 years ago by Zedna
comment:2 Changed 16 years ago by Zedna
comment:3 Changed 16 years ago by Zedna
Note: It's also mentioned in Remarks in AutoIt helpfile at Send(), ControlSend()
comment:4 Changed 16 years ago by Jpm
- Resolution set to No Bug
- Status changed from new to 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)
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.
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.