I want to send an UTF-8 character to another application from within my QT application (which is targeting Linux and Windows).
I have already found this discussion https://stackoverflow.com/a/62070166/972052 , but it is only about sending regular KeyEvents, but there is no KeyEvent for for example.
Is this possible somehow?
A fallback idea I had was to put the into the clip board and send a Ctrl + V afterwards, but honestly, that does not feel good, as some applications like a terminal emulator for example, might have a different key binding for inserting the clip board content.
Best regards!