Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #91062
| From | Terry Reedy <tjreedy@udel.edu> |
|---|---|
| Subject | Re: need help with an accessibility prototype |
| Date | 2015-05-22 14:42 -0400 |
| References | <555F5960.9030501@harvee.org> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.233.1432320192.17265.python-list@python.org> (permalink) |
On 5/22/2015 12:29 PM, Eric S. Johansson wrote: > 2 needs. first is determining if NaturallySpeaking injects keycodes or > ascii char into the windows input queue. second is building a test > widget to capture and display text. > > I think I can solve both of these by building a simple text widget > (tkinter? qt? ??) to capture keycodes. problem, is in <mumble><mumble> > yrs of programming, I've never written a GUI interface so I have no idea > where to start. help, tutor, pointers to samples would be most welcome. For tkinter, once you have seen a tutorial, look at http://infohost.nmt.edu/tcc/help/pubs/tkinter/web/index.html and in particular ch.54 on events. -- Terry Jan Reedy
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: need help with an accessibility prototype Terry Reedy <tjreedy@udel.edu> - 2015-05-22 14:42 -0400
csiph-web