This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Alan Moore
Recipients Alan Moore, serhiy.storchaka, terry.reedy
Date 2021-02-17.17:40:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1613583629.46.0.813959262296.issue43240@roundup.psfhosted.org>
In-reply-to
Content
Ok, sorry to keep poking at this issue, but I think I was too hasty in blaming firefox.

As I previously mentioned, IDLE "forgot" that Ctrl-N meant "next line" and reverted it to "new window".  I fixed that behavior by changing and resetting the key set, HOWEVER, now the multiple-key sequences like Ctrl-X-Ctrl-S are broken again.  Closing all other programs, rebooting the system, defaulting my IDLE configuration -- none of that makes a difference.  Truly I'm baffled.

Is there actually code in IDLE/Tkinter to handle those kind of keyboard shortcuts, or is that a Tcl/Tk feature that is merely exposed by the Python side?  If the former, could someone point me in the direction of said code?
History
Date User Action Args
2021-02-17 17:40:29Alan Mooresetrecipients: + Alan Moore, terry.reedy, serhiy.storchaka
2021-02-17 17:40:29Alan Mooresetmessageid: <1613583629.46.0.813959262296.issue43240@roundup.psfhosted.org>
2021-02-17 17:40:29Alan Moorelinkissue43240 messages
2021-02-17 17:40:29Alan Moorecreate