This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author terry.reedy
Recipients terry.reedy
Date 2016-07-26.00:54:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1469494491.39.0.22722488108.issue27620@psf.upfronthosting.co.za>
In-reply-to
Content
Reading https://en.wikipedia.org/wiki/IBM_Common_User_Access and in particular "All operations could be done with either the mouse or the keyboard;", I checked IDLE's dialogs.

The Windows dialogs accessed as common dialogs work correctly.  I will assume true for other OSes until told otherwise.

The new Query widget recogizes <Return> for [Ok] but not <Escape> for [Cancel].  My omission, easily corrected.

Search boxes cannot set options with keys.  Notepad++ can.

The Options dialog has no key equivalents.
History
Date User Action Args
2016-07-26 00:54:51terry.reedysetrecipients: + terry.reedy
2016-07-26 00:54:51terry.reedysetmessageid: <1469494491.39.0.22722488108.issue27620@psf.upfronthosting.co.za>
2016-07-26 00:54:51terry.reedylinkissue27620 messages
2016-07-26 00:54:50terry.reedycreate