Skip to content

Commit c918373

Browse files
authored
tkvlc example - handle double events (#242)
This version of tkvlc.py includes a workaround for another issue: double Tk events for accelerator keys defined with the Shift modifier. When using the Cmd-Shift-+ key to Zoom In, two events are generated resulting in twice the zoom factor. Similarly for the Cmd-Shift-> and Cmd-Shift-< keys to speed to video up or down. Using menu selection works fine. The problem occurs only with recent Python releases on (recent) macOS versions and both on Intel and Apple Silicon. An issue is being prepared for submission at the Python GitHub site.
1 parent ef66293 commit c918373

File tree

1 file changed

+213
-160
lines changed

1 file changed

+213
-160
lines changed

0 commit comments

Comments
 (0)