[New-bugs-announce] [issue27620] IDLE: Add keyboard equivalents for mouse actions.

Terry J. Reedy report at bugs.python.org
Mon Jul 25 20:54:51 EDT 2016


New submission from Terry J. Reedy:

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.

----------
assignee: terry.reedy
components: IDLE
messages: 271311
nosy: terry.reedy
priority: normal
severity: normal
stage: test needed
status: open
title: IDLE: Add keyboard equivalents for mouse actions.
type: behavior
versions: Python 3.6

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue27620>
_______________________________________


More information about the New-bugs-announce mailing list