I have a problem with keystrokes. For example, I'm trying to make a macro to press enter, type "Hello", and press enter again, but the program recipient does not receive the keystrokes. The program is a game called ***. I was testing, but almost no keys function. Probe with enter, shit, ctrl, F1, F2, etc.. No way.
It's strange, because with another program called ********, works well but does not have imaging capabilities.
I leave a simple code example:
Code: Select all
SetFocus>***
WaitReady>0
Press Enter
wait>1
SendText>Hello!
wait>1
Press Enter