On Wed, May 03, 2006 at 12:33:42AM +1200, Greg Ewing wrote: > PyGUI *should* automatically handle tabbing between text fields > and other controls that you normally type text into. It doesn't > currently go in for tabbing into buttons and check boxes, which > has always seemed silly and annoying to me. I might reconsider > this if it's really what's expected on certain platforms, though.
"Tab to a text_edit - enter text - tab to a checkbox - check it with a space - tab to a Search button - press it with a space" instead of "Move a hand to the mouse - move mouse to the text_edit - click to focus - move the hand to the keyboard - enter text - move the hand to the mouse - move the mouse to the checkbox - click to check - move the mouse to the Search button - click to submit" 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. Oleg. -- Oleg Broytmann http://phd.pp.ru/ [EMAIL PROTECTED] Programmers don't die, they just GOSUB without RETURN. _______________________________________________ Python-3000 mailing list Python-3000@python.org http://mail.python.org/mailman/listinfo/python-3000 Unsubscribe: http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com