[New-bugs-announce] [issue11052] Fix OS X IDLE menu accelerators for Save As and Save Copy

Ned Deily report at bugs.python.org
Sat Jan 29 03:52:58 CET 2011


New submission from Ned Deily <nad at acm.org>:

On OS X, the menu accelerators for the Save As and Save Copy As commands are incorrect:

                Are            Should Be

Save            Cmd-S          Cmd-S
Save As..       Cmd-S          Shift-Cmd-S
Save Copy As..  Shift-Cmd-S    Option-Cmd-S

The attached patch fixes that.  It would be good to get into 3.2rc2 as part of the OS X IDLE clean up.

----------
assignee: ned.deily
components: IDLE, Macintosh
files: issue_osx_menu_accelerators.patch
keywords: patch
messages: 127371
nosy: georg.brandl, ned.deily
priority: high
severity: normal
stage: commit review
status: open
title: Fix OS X IDLE menu accelerators for Save As and Save Copy
type: behavior
versions: Python 2.7, Python 3.1, Python 3.2
Added file: http://bugs.python.org/file20593/issue_osx_menu_accelerators.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue11052>
_______________________________________


More information about the New-bugs-announce mailing list