[issue27193] Tkinter Unresponsive With Special Keys

2016-06-02 Thread Ned Deily
Ned Deily added the comment: Tkinter is essentially just a think wrapper around the Tk graphical toolkit. Keyboard modifier mappings are handled by Tk (or OS X), and not Tkinter. Unfortunately, for various reasons, how Tk handles keyboard modifiers varies somewhat among OS platforms (Windows-

[issue27193] Tkinter Unresponsive With Special Keys

2016-06-02 Thread Emanuel Barry
Changes by Emanuel Barry : -- components: +Extension Modules stage: -> needs patch type: -> behavior ___ Python tracker ___ ___ Pyth

[issue27193] Tkinter Unresponsive With Special Keys

2016-06-02 Thread Harrison Chudleigh
New submission from Harrison Chudleigh: When working on my program (the same one where I found Issue 27192), I tried adding keyboard shortcuts. I discovered that Tkinter doe not register the keys Alt, Command, Control, Fn, Shift and Caps Lock on a Mac. -- components: Macintosh messages