]> granicus.if.org Git - python/commit
#10404: Use ctl-button-1 for context menus on OSX Idle.
authorR. David Murray <rdmurray@bitdance.com>
Sat, 18 Dec 2010 17:19:10 +0000 (17:19 +0000)
committerR. David Murray <rdmurray@bitdance.com>
Sat, 18 Dec 2010 17:19:10 +0000 (17:19 +0000)
commitb68a7bc70c74d96eb1aa448629e3c3875ab206e6
tree0af42cdc19c30671232254e8a9672df4a246f5b5
parent5466bf1c94d38e75bc053b0cfc163e2f948fe345
#10404: Use ctl-button-1 for context menus on OSX Idle.

This provides access to the context menus where they previously could
not be accessed due to the way OSX Tk binds buttons.  It also
improves platform consistency.

Patch by Ned Deily.
Lib/idlelib/EditorWindow.py
Misc/NEWS