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

Devin Morgan report at bugs.python.org
Wed Feb 26 01:40:12 EST 2020


New submission from Devin Morgan <devmorgan14 at gmail.com>:

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 debugging my code and the logic is correct.

----------
components: Tkinter
files: Py-Pong.py
messages: 362682
nosy: Devin Morgan
priority: normal
severity: normal
status: open
title: Event sequence "KeyRelease-Shift_R" not being fired
type: behavior
versions: Python 3.8
Added file: https://bugs.python.org/file48916/Py-Pong.py

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


More information about the New-bugs-announce mailing list