Re: [python-win32] getting Windows key codes

2015-03-30 Thread Eric S. Johansson
On 3/30/2015 5:50 PM, Tim Roberts wrote: Eric S. Johansson wrote: Set with some help for a friend of mine, I was able to implement the system illustrated above. As a result I can mostly successfully use speech recognition on Windows to dictate text into a variety of Linux applications. I disco

Re: [python-win32] getting Windows key codes

2015-03-30 Thread Tim Roberts
Eric S. Johansson wrote: > Set with some help for a friend of mine, I was able to implement the > system illustrated above. As a result I can mostly successfully use > speech recognition on Windows to dictate text into a variety of Linux > applications. I discover some problems which make me thi

[python-win32] getting Windows key codes

2015-03-30 Thread Eric S. Johansson
https://docs.google.com/drawings/d/1M-TzfRaSaAhFXQk1OmcmHNOaW31_7W_7q0bf8CAJqSw/edit Set with some help for a friend of mine, I was able to implement the system illustrated above. As a result I can mostly successfully use speech recognition on Windows to dictate text into a variety of Linux app

Re: [python-win32] howto get the typename of a comobject

2015-03-30 Thread Tim Roberts
闫飞 wrote: > > Hi,I have the same problem ,do u have a solution about it ? tks > Did you read any of the responses in that thread? There was a very good explanation. Another possibility is to get the IDispatch interface from the object, call GetTypeInfo to fetch the ITypeInfo interface, then cal

[python-win32] howto get the typename of a comobject

2015-03-30 Thread 闫飞
Hi,I have the same problem ,do u have a solution about it ? tks Best Regards, Fei Yan 闫飞 Technical Engineer ___ python-win32 mailing list python-win32@python.org https://mail.python.org/mailman/listinfo/python-win32