OK,
So I was writing a little script to help with something inside a game. So I started by just testing with this script:
WinActivate("Age of Wushu Launch-RedPhoenix") Sleep(1000) Send("{ENTER}") Sleep(500) Send("Send Key test.{ENTER}")
This should have activated the chat interface and typed out a message. It did not work.
The window did come to the foreground. So i'm not sure whats up with it.
Any one have any ideas?