Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32.1k
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:main
Are you sure you want to change the base?
gh-71807: The escape key closes IDLE's config dialog as canceled#19706
Uh oh!
There was an error while loading.Please reload this page.
Conversation
I think the escape key binding should be enabled, but I'm not so sure about the other ones. |
There was a problem hiding this 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.
Uh oh!
There was an error while loading.Please reload this page.