Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #91062 > unrolled thread
| Started by | Terry Reedy <tjreedy@udel.edu> |
|---|---|
| First post | 2015-05-22 14:42 -0400 |
| Last post | 2015-05-22 14:42 -0400 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: need help with an accessibility prototype Terry Reedy <tjreedy@udel.edu> - 2015-05-22 14:42 -0400
| From | Terry Reedy <tjreedy@udel.edu> |
|---|---|
| Date | 2015-05-22 14:42 -0400 |
| Subject | Re: need help with an accessibility prototype |
| Message-ID | <mailman.233.1432320192.17265.python-list@python.org> |
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 top | Article view | comp.lang.python
csiph-web