Cheryl Sabella added the comment:
@Devin Morgan, thank you for the report and @epaine, thank you for researching
the cause. I'll close this as third party.
--
nosy: +cheryl.sabella
resolution: -> third party
stage: -> resolved
status: open -> closed
___
E. Paine added the comment:
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 L shift up":
bi
New submission from Devin Morgan :
Trying to create a remake of Pong and am trying to use Right Control and Right
Shift to move the right paddle up and down, moving the paddle down works fine
but gets stuck in the move up state, despite my efforts root out logic errors
through reviewing and d