Re: [python-win32] Need help in MKS

2009-03-12 Thread kerneldude
Tim, Thanks alot it works for me :-) Regards, KD - On Thu, Mar 12, 2009 at 9:52 PM, Tim Roberts wrote: > kerneldude wrote: > > > > Ya i have an application and i need to test that a

Re: [python-win32] Need help in MKS

2009-03-12 Thread Tim Roberts
kerneldude wrote: > > Ya i have an application and i need to test that application by > providing fake input from keyboard and mouse . > > In which i need to shoot keystrokes and need to compare it with > standard US keyboard keystrokes values . and need to verify if it is > correct. > > Same is tr

Re: [python-win32] Need help in MKS

2009-03-12 Thread kerneldude
Hi Tem, Ya i have an application and i need to test that application by providing fake input from keyboard and mouse . In which i need to shoot keystrokes and need to compare it with standard US keyboard keystrokes values . and need to verify if it is correct. Same is true for mouse movement i.e

Re: [python-win32] Need help in MKS

2009-03-11 Thread Tim Roberts
kerneldude wrote: > > I need to work on all the standard keyboard strokes i.e windows menu button, capslock, numlocks, tab key, ESC etc> > > And on mouse point of view i need to work on mouse events, scrolling , > > If i am running my scripts it should test all the keystrokes and mouse > functiona

Re: [python-win32] Need help in MKS

2009-03-10 Thread kerneldude
Hi Tim, I need to work on all the standard keyboard strokes i.e And on mouse point of view i need to work on mouse events, scrolling , If i am running my scripts it should test all the keystrokes and mouse functionality on the particular Operating system as in my case Windows, linux favour. and

Re: [python-win32] Need help in MKS

2009-03-10 Thread Tim Roberts
kerneldude wrote: > > I just started working on Mouse, keyboard and screen related > automation work, > > But do not know from where to start as i am newbie with python. > > If any one knows good newbie tutorial, it would be great help of mine. > (I did google also but could not get some thing for

[python-win32] Need help in MKS

2009-03-09 Thread kerneldude
Hi All, I just started working on Mouse, keyboard and screen related automation work, But do not know from where to start as i am newbie with python. If any one knows good newbie tutorial, it would be great help of mine. (I did google also but could not get some thing for basics). Many thanks i