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


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

Re: need help with an accessibility prototype

Started byNed Deily <nad@acm.org>
First post2015-05-22 23:31 -0700
Last post2015-05-22 23:31 -0700
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 Ned Deily <nad@acm.org> - 2015-05-22 23:31 -0700

#91103 — Re: need help with an accessibility prototype

FromNed Deily <nad@acm.org>
Date2015-05-22 23:31 -0700
SubjectRe: need help with an accessibility prototype
Message-ID<mailman.264.1432362698.17265.python-list@python.org>
In article <201505222216.t4MMG0IN013302@fido.openend.se>,
 Laura Creighton <lac@openend.se> wrote:
> By the way http://www.tcl.tk/man/tcl8.4/TkCmd/keysyms.htm
> is a list of all the key symbols it is possible for you to get.
> There is no guarantee that any platform actually has any of them,
> just, if it is not there don't bother trying to look for it.

Tcl/Tk 8.4 is quite old and no longer maintained; 8.6.x is current, 
although 8.5.x is also still in use.

http://www.tcl.tk/man/tcl8.6/TkCmd/keysyms.htm

Alas, there are an unfortunately large number of platform differences in 
Tk behavior across the various platforms it supports, primarily Windows, 
X11, and OS X.  Among other resources, there is a useful wiki page that 
tries to enumerate keyboard and keyboard modifier differences across 
platforms:

http://wiki.tcl.tk/28331

Also, in addition to effbot's venerable Tkinter documentation, more 
up-to-date material is available at Mark Roseman's TkDocs website and in 
his e-book "Modern Tkinter".

http://www.tkdocs.com

-- 
 Ned Deily,
 nad@acm.org

[toc] | [standalone]


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


csiph-web