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 terry.reedy
Recipients Aivar.Annamaa, iPodClassic, ned.deily, ronaldoussoren, terry.reedy, wordtech
Date 2019-10-03.08:31:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1570091506.0.0.901027848632.issue34455@roundup.psfhosted.org>
In-reply-to
Content
Aivar, thank you for opening the issue.

I believe what I meant about tkinter bind calls would be to conditionallly bind '<Command+^>' to a function that returns 'break', thus claiming that the key combination has been handled and that tk should ignore it.  The function could do nothing or it could display a message.

I don't know if this would work until it were tested.  And it would be a real kludgy workaround and until disabled would block the key combo from working when the tcl people did fix it.  So not to be done lightly.
History
Date User Action Args
2019-10-03 08:31:46terry.reedysetrecipients: + terry.reedy, ronaldoussoren, wordtech, ned.deily, Aivar.Annamaa, iPodClassic
2019-10-03 08:31:45terry.reedysetmessageid: <1570091506.0.0.901027848632.issue34455@roundup.psfhosted.org>
2019-10-03 08:31:45terry.reedylinkissue34455 messages
2019-10-03 08:31:45terry.reedycreate