Commit 26d55edc authored by Ned Deily's avatar Ned Deily

Merged revisions 88236 via svnmerge from

svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r88236 | ned.deily | 2011-01-29 11:10:26 -0800 (Sat, 29 Jan 2011) | 3 lines

  Issue 11052: Correct IDLE menu accelerators on Mac OS X for Save
  commands.  (with release manager approval for 3.2rc2)
........
parent 87bb6e9b
...@@ -176,7 +176,7 @@ comment-region = <Control-Key-3> ...@@ -176,7 +176,7 @@ comment-region = <Control-Key-3>
redo = <Shift-Command-Key-Z> redo = <Shift-Command-Key-Z>
close-window = <Command-Key-w> close-window = <Command-Key-w>
restart-shell = <Control-Key-F6> restart-shell = <Control-Key-F6>
save-window-as-file = <Command-Key-S> save-window-as-file = <Shift-Command-Key-S>
close-all-windows = <Command-Key-q> close-all-windows = <Command-Key-q>
view-restart = <Key-F6> view-restart = <Key-F6>
tabify-region = <Control-Key-5> tabify-region = <Control-Key-5>
...@@ -208,7 +208,7 @@ open-new-window = <Command-Key-n> ...@@ -208,7 +208,7 @@ open-new-window = <Command-Key-n>
open-module = <Command-Key-m> open-module = <Command-Key-m>
find-selection = <Shift-Command-Key-F3> find-selection = <Shift-Command-Key-F3>
python-context-help = <Shift-Key-F1> python-context-help = <Shift-Key-F1>
save-copy-of-window-as-file = <Shift-Command-Key-s> save-copy-of-window-as-file = <Option-Command-Key-s>
open-window-from-file = <Command-Key-o> open-window-from-file = <Command-Key-o>
python-docs = <Key-F1> python-docs = <Key-F1>
...@@ -37,6 +37,9 @@ Core and Builtins ...@@ -37,6 +37,9 @@ Core and Builtins
Library Library
------- -------
- Issue #11052: Correct IDLE menu accelerators on Mac OS X for Save
commands.
- Issue #11020: Command-line pyclbr was broken because of missing 2-to-3 - Issue #11020: Command-line pyclbr was broken because of missing 2-to-3
conversion. conversion.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment