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 epaine
Recipients Devin Morgan, epaine
Date 2020-06-14.16:17:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1592151440.96.0.910310464429.issue39756@roundup.psfhosted.org>
In-reply-to
Content
This is strange, as the release of the right-shift key triggers the binding for the left-shift release. This issue, however, is not a tkinter issue (which just passes the calls onto Tcl/Tk), as running the following in 'wish' prints "R shift down <newline> L shift up":

bind . <Shift_L> {puts {L shift down}}
bind . <KeyRelease-Shift_L> {puts {L shift up}}
bind . <Shift_R> {puts {R shift down}}
bind . <KeyRelease-Shift_R> {puts {R shift up}}

You can take this issue up with the Tcl team if you want (https://core.tcl-lang.org/index.html), however, I ask that you close this issue as third party.
History
Date User Action Args
2020-06-14 16:17:21epainesetrecipients: + epaine, Devin Morgan
2020-06-14 16:17:20epainesetmessageid: <1592151440.96.0.910310464429.issue39756@roundup.psfhosted.org>
2020-06-14 16:17:20epainelinkissue39756 messages
2020-06-14 16:17:20epainecreate