[issue39756] Event sequence "KeyRelease-Shift_R" not being fired

2020-06-14 Thread Cheryl Sabella
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 ___

[issue39756] Event sequence "KeyRelease-Shift_R" not being fired

2020-06-14 Thread E. Paine
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

[issue39756] Event sequence "KeyRelease-Shift_R" not being fired

2020-02-25 Thread Devin Morgan
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