bpo-30870: IDLE: Change sample font when select by key-up/down by mlouielu · Pull Request #2617 · python/cpython
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am about to submit a revision with the changes indicated, plus replacing list_fonts, a verb, with fontlist, a noun, plus a line to activate the current font, and a change to focus specifically on fontlist. Otherwise, keys do not work on windows until a font is clicked to focus and activate. Also will add NEWS file.
I plan to then work on tests. But not tonight. I hope to merge this tomorrow.