Skip to content

gh-71807: The escape key closes IDLE's config dialog as canceled #19706

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

ZackerySpytz
Copy link
Contributor

@ZackerySpytz ZackerySpytz commented Apr 25, 2020

@ZackerySpytz
Copy link
Contributor Author

I think the escape key binding should be enabled, but I'm not so sure about the other ones.

@terryjreedy terryjreedy changed the title bpo-27620: The escape key closes IDLE's config dialog as canceled gh-71807: The escape key closes IDLE's config dialog as canceled Sep 18, 2022
Copy link
Member

@terryjreedy terryjreedy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PR title and blurb only refer to Escape to exit (cancel). I may limit PR to this, but expand to subsidiary dialogs that are not query boxes. (Should check code since it works.)

If there is a key for [Apply], there should be a key for [OK].
Ctrl-Enter and Alt-Enter might be a good pair.

Tab navigation has multiple problems: Never gets to these buttons.
Tabbing into font sample traps focus on the text widget.
Some widgets get skipped.

Other key bindings are needed: No way to toggle button or select radio button.

Changes are needed, but I am not sure which to do at the moment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants