How can I paste text using a hotkey into text with all characters selected by a script?
In the text, all characters have been selected using the following code
textFrame.textRange.select();
However there is another problem - if I go to another window and copy any text and try to paste it in Illustrator using the system hotkey, it (text) is pasted as a separate text frame.
Instead, you need to replace the selected characters with characters from the clipboard, but it doesn't work this way.
A new bug? The same scenario is working when you do it all by tools.
