Message 223635 - Python tracker

Message223635

Author ned.deily
Recipients Lita.Cho, jesstess, ned.deily, terry.reedy
Date 2014-07-22.07:18:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1406013489.28.0.389406101588.issue21933@psf.upfronthosting.co.za>
In-reply-to
Content
On OS X, the actions associated with trackpad gestures are controlled by the Trackpad panel of System Preferences.  The default settings map the "pinch with two fingers" gesture to "Zoom in or out" which Tk apps see as Mousewheel events: no programming needed!
History
Date User Action Args
2014-07-22 07:18:09ned.deilysetrecipients: + ned.deily, terry.reedy, jesstess, Lita.Cho
2014-07-22 07:18:09ned.deilysetmessageid: <1406013489.28.0.389406101588.issue21933@psf.upfronthosting.co.za>
2014-07-22 07:18:09ned.deilylinkissue21933 messages
2014-07-22 07:18:09ned.deilycreate