[issue40414] Incorrect mouse and keyboard mapping

2020-05-01 Thread Terry J. Reedy
Terry J. Reedy added the comment: Sequences 'a' and '1' are unambiguously interpreted as abbreviating '' and '', and similarly for any other printable ascii char. '' is interpreted also as '', but there is no reason to add the brackets. In any case, binding a specific printable key is fair

[issue40414] Incorrect mouse and keyboard mapping

2020-04-28 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: On which platform and Python version they were mapped to keyboard number buttons? -- nosy: +serhiy.storchaka ___ Python tracker ___ __

[issue40414] Incorrect mouse and keyboard mapping

2020-04-27 Thread Jah-On
New submission from Jah-On : Hi all, On Ubuntu Cinnamon Remix, with python3, and tkinter, canvas.bind("<1>", callback) canvas.bind("<2>", callback) canvas.bind("<3>", callback) canvas.bind("<4>", callback) canvas.bind("<5>", callback) are now mapped to mouse buttons, instead of keyboard number