[issue34455] Tkinter crashing when pressing Command + ^ (OSX)

Terry J. Reedy report at bugs.python.org
Thu Oct 3 04:31:46 EDT 2019


Terry J. Reedy <tjreedy at udel.edu> added the comment:

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.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue34455>
_______________________________________


More information about the Python-bugs-list mailing list