I have a windows application running at the backend. I have functions in this applications mapped to hot keys. Like if I put a message box into this function and give hot ke
I think you can use SendInput function to send the text to the target window or just the command to paste it if you have put it in clipboard before.