[Python-3000] PyGUI in Py3K stdlib, more details

Greg Ewing greg.ewing at canterbury.ac.nz
Thu May 4 04:32:33 CEST 2006


Oleg Broytmann wrote:

>    I am one of those mouse-haters, and I use keyboard as much as possible.
> All platforms allow me to do it with keyboard shortcuts, default buttons
> and tabs over all widgets.

It's reasonable to have some way of controlling
everything with the keyboard, although it seems
unnecessary to be able to tab into things like
the OK and Cancel buttons of a dialog, which
already have well-known keyboard equivalents.

However I'm convinced now that I shouldn't be
overriding the platform behaviour here. I'll
revisit this in a future release.

-- 
Greg Ewing, Computer Science Dept, +--------------------------------------+
University of Canterbury,	   | Carpe post meridiam!          	  |
Christchurch, New Zealand	   | (I'm not a morning person.)          |
greg.ewing at canterbury.ac.nz	   +--------------------------------------+


More information about the Python-3000 mailing list