#2870 closed Bug (No Bug)
AutoIt send key combinations do not work sometimes
| Reported by: | Owned by: | Jpm | |
|---|---|---|---|
| Milestone: | Component: | AutoIt | |
| Version: | 3.3.12.0 | Severity: | None |
| Keywords: | Cc: |
Description
When AutoIT is used to copy and paste several hundred lines of text from a text file, line by line (each line will be copied to clipboard using clipput() and inserted into an application using ctrl-v). Sometimes, v or v will be paste into the active window instead of the actual contents of the clipboard being dumped as is specified when send ("v")or ctrlsend is used.
Attachments (0)
Change History (5)
comment:1 by , on Aug 31, 2014 at 10:33:29 AM
| Resolution: | → No Bug |
|---|---|
| Status: | new → closed |
comment:2 by , on Aug 31, 2014 at 4:48:38 PM
Can you please expalin why this is not a bug?
If command send ("v) is used, the contents of the clipboard is supposed to be input into the field that has focus. However, when it is put in a loop which iterates over 400 lines (even with the sleep function before and after the send() function) , sometimes AUTOIT sends the raw text "v" and not the command CTRL-V to the text box. The result is that "v" and not the contents of the clipboard is paste to the save-as dialog box. So, my files are sometimes saved with file-name "V". As i said previously this happens off and on.
comment:3 by , on Nov 30, 2020 at 7:01:03 PM
| Resolution: | No Bug |
|---|---|
| Status: | closed → reopened |
comment:4 by , on Nov 30, 2020 at 7:01:54 PM
| Owner: | set to |
|---|---|
| Status: | reopened → assigned |
comment:5 by , on Nov 30, 2020 at 7:02:07 PM
| Resolution: | → No Bug |
|---|---|
| Status: | assigned → closed |

.. and the bug is ..what?
Please refrain from creating BUG reports until you have some sort of confirmed BUG.
Visit our forum for questions/support.
Jos