[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-native, X11-based, and OS X-native) and 
even between versions of Tk on the same platform.  One source for more detailed 
information about modifier key differences is the following Tk wiki page:

http://wiki.tcl.tk/28331

--
resolution:  -> third party
stage: needs patch -> resolved
status: open -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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: 267027
nosy: Harrison Chudleigh, ned.deily, ronaldoussoren
priority: normal
severity: normal
status: open
title: Tkinter Unresponsive With Special Keys
versions: Python 3.4

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com