Re: [python-win32] getting Windows key codes

2015-03-31 Thread reckoner
The easiest thing to do is follow the instructions here: http://ahkscript.org/docs/KeyList.htm#SpecialKeys And use the keyboard hook to report the keystrokes. Then, you can use https://github.com/t4ngo/dragonfly To do all the key re-mapping. by the way, the dragonfly source code has all

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