Key Stroke Capture
I'm trying to make use of the KeyEvent class, because I hope to directly correlate human decisions about movement to the bot. However, I'm unclear how to implement it properly. I have tried to instantiate KeyEvent in my bot's main class and make sure it's on with SetSendKeys, but I'm not sure how to actual simulate a key press, if its possible without pressing the key yourself. Is this the best way to make use of the class?
Thanks,
Kat