New submission from Drekin:

Key events produced on Windows handles Unicode incorrectly when Unicode 
character is produced by dead-key combination.

On my keyboard, (AltGr + M, a) produces several key events, last of which 
contains char=="a", however, it should contain "∀". Also dead-key sequence (\, 
a) should produce event.char=="α", however contains "?".

----------
components: Tkinter, Unicode, Windows
messages: 226872
nosy: Drekin, ezio.melotti, haypo
priority: normal
severity: normal
status: open
title: Tkinter doesn't handle Unicode key events on Windows
versions: Python 3.4

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue22408>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to