New submission from Ned Deily <n...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue11052>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to