This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Jah-On
Recipients Jah-On
Date 2020-04-28.02:06:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1588039574.12.0.381855507551.issue40414@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2020-04-28 02:06:14Jah-Onsetrecipients: + Jah-On
2020-04-28 02:06:14Jah-Onsetmessageid: <1588039574.12.0.381855507551.issue40414@roundup.psfhosted.org>
2020-04-28 02:06:14Jah-Onlinkissue40414 messages
2020-04-28 02:06:13Jah-Oncreate