bpo-37325: Fix focus traversal for 2 IDLE dialogs (#14209)

Tab now moves focus across and down for Help Source and Custom Run.
This commit is contained in:
Terry Jan Reedy 2019-06-18 17:08:24 -04:00 committed by GitHub
parent d287215df5
commit 54cf2e0780
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 42 additions and 23 deletions

View file

@ -110,10 +110,11 @@ _color_delegator_spec = {
CustomRun_spec = {
'file': 'query',
'kwds': {'title': 'Custom Run Args',
'kwds': {'title': 'Customize query.py Run',
'_htest': True},
'msg': "Enter with <Return> or [Ok]. Print valid entry to Shell\n"
'msg': "Enter with <Return> or [Run]. Print valid entry to Shell\n"
"Arguments are parsed into a list\n"
"Mode is currently restart True or False\n"
"Close dialog with valid entry, <Escape>, [Cancel], [X]"
}