[issue27620] IDLE: Add keyboard equivalents for mouse actions.

2020-06-07 Thread Terry J. Reedy
Change by Terry J. Reedy : -- versions: +Python 3.10 -Python 3.6 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscrib

[issue27620] IDLE: Add keyboard equivalents for mouse actions.

2020-04-24 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch nosy: +ZackerySpytz nosy_count: 3.0 -> 4.0 pull_requests: +19026 stage: test needed -> patch review pull_request: https://github.com/python/cpython/pull/19706 ___ Python tracker

[issue27620] IDLE: Add keyboard equivalents for mouse actions.

2017-06-21 Thread Terry J. Reedy
Terry J. Reedy added the comment: ConfigDialgo.__init__ has commented out key bindings for the buttons, including Esc for [Cancel]. We should establish 'IDLE Dialog Conventions', document (add to README.txt?), and follow consistently. #27621 is about polishing Query box behavior. It should

[issue27620] IDLE: Add keyboard equivalents for mouse actions.

2016-07-27 Thread Roundup Robot
Roundup Robot added the comment: New changeset e4a2d78aa6cc by Terry Jan Reedy in branch 'default': Issue #27620: Make htest box respond to and . https://hg.python.org/cpython/rev/e4a2d78aa6cc -- ___ Python tracker

[issue27620] IDLE: Add keyboard equivalents for mouse actions.

2016-07-27 Thread Roundup Robot
Roundup Robot added the comment: New changeset 2468581846da by Terry Jan Reedy in branch 'default': Issue #27620: Mark the default action button as the default. https://hg.python.org/cpython/rev/2468581846da -- ___ Python tracker

[issue27620] IDLE: Add keyboard equivalents for mouse actions.

2016-07-26 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: I agree that Esc should always cancel regardless of where the focus is. -- nosy: +serhiy.storchaka ___ Python tracker ___

[issue27620] IDLE: Add keyboard equivalents for mouse actions.

2016-07-25 Thread Terry J. Reedy
Terry J. Reedy added the comment: #27621 is about invoking [Ok] even when the focus is on [Cancel]. -- dependencies: + incorrectly works in IDLE Query dialogs ___ Python tracker ___

[issue27620] IDLE: Add keyboard equivalents for mouse actions.

2016-07-25 Thread Roundup Robot
Roundup Robot added the comment: New changeset 352fc11b9fd2 by Terry Jan Reedy in branch 'default': Issue #27620: Escape key closes Query box as cancelled. https://hg.python.org/cpython/rev/352fc11b9fd2 -- nosy: +python-dev ___ Python tracker

[issue27620] IDLE: Add keyboard equivalents for mouse actions.

2016-07-25 Thread Terry J. Reedy
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 tru