Skip to content

[3.15] gh-75234: Fix keyboard selection in the lists of IDLE Settings (GH-157588) - #157929

Open
miss-islington wants to merge 1 commit into
python:3.15from
miss-islington:backport-212e603-3.15
Open

miss-islington wants to merge 1 commit into
python:3.15from
miss-islington:backport-212e603-3.15

Conversation

@miss-islington

@miss-islington miss-islington commented Sep 21, 2026

Copy link
Copy Markdown
Contributor

The Up and Down keys move the selection in the help sources and key
bindings lists, but not the anchor. So the buttons that act on the
selected item stayed disabled, and acted on the anchored item instead
of the selected one. Move the anchor on the key events, as the font
list already does.


(cherry picked from commit 212e603)

Co-authored-by: Serhiy Storchaka storchaka@gmail.com
Co-authored-by: Claude Opus 5 (1M context) noreply@anthropic.com

…ythonGH-157588)

The Up and Down keys move the selection in the help sources and key
bindings lists, but not the anchor. So the buttons that act on the
selected item stayed disabled, and acted on the anchored item instead
of the selected one. Move the anchor on the key events, as the font
list already does.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>

* Select the first key binding when the list is loaded

---------
(cherry picked from commit 212e603)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Status: No status

Development

Successfully merging this pull request may close these issues.

3 participants