[New-bugs-announce] [issue40414] Incorrect mouse and keyboard mapping

Jah-On report at bugs.python.org
Mon Apr 27 22:06:14 EDT 2020


New submission from Jah-On <john.schulz1 at protonmail.com>:

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 buttons.

----------
components: Tkinter
messages: 367481
nosy: Jah-On
priority: normal
severity: normal
status: open
title: Incorrect mouse and keyboard mapping
type: behavior
versions: Python 3.8

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue40414>
_______________________________________


More information about the New-bugs-announce mailing list