Цитата(DarkMaster @ 17.4.2024, 23:16)

If it possible i recommend to put data to clipboard and paste it. If your application cant receive data from clipboard, you can use sendex. Sendex will send same symbol like on your keyboard, but app window must be active and layout must be changed to target language.
Here the problems begin...
I'm using it in a game that uses EAC
EAC prevents Uopilot from using keys such as CTRL, SHIFT, ALT
sendex doesn't work
If I use the clipboard command to get the text from the array within the document, it is already copied with the wrong modified character.
I'm researching to see if I can find any solution, perhaps changing the characters in the original text document from which it will form the word array.