|
On Tue, Sep 13, 2011 at 5:24 PM, Gareth Jury <Gareth.Jury@derivco.com> wrote: > How do you simulate key presses in lua.?? Depends on what system you're using, or what GUI toolkit. For Windows, winapi can do the job: http://stevedonovan.github.com/winapi/api.html#send_to_window steve d.