Terry J. Reedy <tjre...@udel.edu> added the comment:

I am closing this because I am rather sure that your problem is with your input 
method and its interaction with your OS and the tcl/tk GUI framework.  Tkinter 
has essentially nothing to do with key and mouse input.

A better place to ask for debugging help is 
https://mail.python.org/mailman/listinfo/python-list.  If you post there, 
include your OS.

For testing tkinter, you should input with keys, using the unicode escaped 
codes: '\u####' for BMP chars, and '\U000#####' for non-BMP chars, where each # 
is a hexadecimal character.

For using tkinter, you should use a recent release, within the last year, as 
tkinter's handling of non-ASCII chars are improved a year ago.   The fix may be 
in the 3.7.9 release.

If your browser supports unicode as well as, say, Firefox does, (which is 
better than Tkinter) your input method should work with it.

BPO is for developing patches to fix and enhance the Python docs and the 
CPython implementation.  You have not yet given evidence that there is bug in 
*current* CPython.  If you do, we can reopen.

----------
nosy: +terry.reedy
resolution:  -> not a bug
stage:  -> resolved
status: open -> closed

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

Reply via email to