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 markroseman
Recipients markroseman, ned.deily, ronaldoussoren, serhiy.storchaka, terry.reedy
Date 2015-08-14.13:40:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1439559623.17.0.411630117694.issue24801@psf.upfronthosting.co.za>
In-reply-to
Content
There is no notion of middle button on Mac, hence right button is B2. It's documented. Current Tk 8.6 has even removed the <<PasteSelection>> binding from B2 on Aqua because of this (I've filed a Tk bug report to backport this to 8.5). 8.6 also defines a <<ContextMenu>> virtual event, which on Mac is tied to B2.

Mac UI guidelines define use of 'right button' (when available) to be used for context menu clicks.

So yeah, we should change this. :-)
History
Date User Action Args
2015-08-14 13:40:23markrosemansetrecipients: + markroseman, terry.reedy, ronaldoussoren, ned.deily, serhiy.storchaka
2015-08-14 13:40:23markrosemansetmessageid: <1439559623.17.0.411630117694.issue24801@psf.upfronthosting.co.za>
2015-08-14 13:40:23markrosemanlinkissue24801 messages
2015-08-14 13:40:22markrosemancreate