lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


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.