Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #91062 > unrolled thread

Re: need help with an accessibility prototype

Started byTerry Reedy <tjreedy@udel.edu>
First post2015-05-22 14:42 -0400
Last post2015-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.


Contents

  Re: need help with an accessibility prototype Terry Reedy <tjreedy@udel.edu> - 2015-05-22 14:42 -0400

#91062 — Re: need help with an accessibility prototype

FromTerry Reedy <tjreedy@udel.edu>
Date2015-05-22 14:42 -0400
SubjectRe: 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

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web