diff options
author | Ned Deily <nad@acm.org> | 2011-01-29 19:10:26 (GMT) |
---|---|---|
committer | Ned Deily <nad@acm.org> | 2011-01-29 19:10:26 (GMT) |
commit | 5c2d330662ea1a74f02ba647511a130bfccebe36 (patch) | |
tree | a3fba6d2a9e51d67fa46ae6d3086bde439fdb136 /Lib/idlelib/config-keys.def | |
parent | e59e4c5e563a563e2df01a03a67ac393f7a02e9f (diff) | |
download | cpython-5c2d330662ea1a74f02ba647511a130bfccebe36.zip cpython-5c2d330662ea1a74f02ba647511a130bfccebe36.tar.gz cpython-5c2d330662ea1a74f02ba647511a130bfccebe36.tar.bz2 |
Issue 11052: Correct IDLE menu accelerators on Mac OS X for Save
commands. (with release manager approval for 3.2rc2)
Diffstat (limited to 'Lib/idlelib/config-keys.def')
-rw-r--r-- | Lib/idlelib/config-keys.def | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Lib/idlelib/config-keys.def b/Lib/idlelib/config-keys.def index fb0aaf4..fdc35ba 100644 --- a/Lib/idlelib/config-keys.def +++ b/Lib/idlelib/config-keys.def @@ -176,7 +176,7 @@ comment-region = <Control-Key-3> redo = <Shift-Command-Key-Z> close-window = <Command-Key-w> 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> view-restart = <Key-F6> tabify-region = <Control-Key-5> @@ -208,7 +208,7 @@ open-new-window = <Command-Key-n> open-module = <Command-Key-m> find-selection = <Shift-Command-Key-F3> 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> python-docs = <Key-F1> |