On 25/10/2021 02:57, Stefan Ram wrote:
GetKeyState still returns that the tab key
   is pressed after the tab key already has been released.
   Well, how then am I going to make my slide show stop the
   moment the key is being released?


Does tkinter allow you to trap KeyUp (and KeyDown) events?
(I'm not familiar with tkinter, but in wxpython you can.)
And if so, does trapping KeyUp solve the problem?
Best wishes
Rob Cliffe

--
https://mail.python.org/mailman/listinfo/python-list

Reply via email to