Re: generate keyboard/mouse event under windows

2009-08-23 Thread Scott David Daniels
Ray wrote: On Aug 19, 2:07 pm, yaka wrote: Read this and see if it helps: http://kvance.livejournal.com/985732.html is there a way to generate a 'true' keyboard event? (works like user pressed a key on keyboard) not send the 'send keyboard event to application' ? If there is such a spot, i

generate keyboard/mouse event under windows

2009-08-22 Thread Ray
Hi, Anyone can give some help on how to generate keyboard mouse event under windows? (python 2.5) I tried pyhook, I only know how to monitor the keyboard/mouse events. but don't know how to generate/send the the event. thanks for any help. -Ray -- http://mail.python.org/mailman/lis

Re: generate keyboard/mouse event under windows

2009-08-22 Thread yaka
Read this and see if it helps: http://kvance.livejournal.com/985732.html -- http://mail.python.org/mailman/listinfo/python-list

Re: generate keyboard/mouse event under windows

2009-08-19 Thread Ray
On Aug 19, 2:07 pm, yaka wrote: > Read this and see if it helps: > > http://kvance.livejournal.com/985732.html is there a way to generate a 'true' keyboard event? (works like user pressed a key on keyboard) not send the 'send keyboard event to application' ? -- http://mail.python.org/mailman/lis