Skip to content

Commit 5c2d330

Browse files
committed
Issue 11052: Correct IDLE menu accelerators on Mac OS X for Save
commands. (with release manager approval for 3.2rc2)
1 parent e59e4c5 commit 5c2d330

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

Lib/idlelib/config-keys.def

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ comment-region = <Control-Key-3>
176176
redo = <Shift-Command-Key-Z>
177177
close-window = <Command-Key-w>
178178
restart-shell = <Control-Key-F6>
179-
save-window-as-file = <Command-Key-S>
179+
save-window-as-file = <Shift-Command-Key-S>
180180
close-all-windows = <Command-Key-q>
181181
view-restart = <Key-F6>
182182
tabify-region = <Control-Key-5>
@@ -208,7 +208,7 @@ open-new-window = <Command-Key-n>
208208
open-module = <Command-Key-m>
209209
find-selection = <Shift-Command-Key-F3>
210210
python-context-help = <Shift-Key-F1>
211-
save-copy-of-window-as-file = <Shift-Command-Key-s>
211+
save-copy-of-window-as-file = <Option-Command-Key-s>
212212
open-window-from-file = <Command-Key-o>
213213
python-docs = <Key-F1>
214214

Misc/NEWS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ Core and Builtins
1616
Library
1717
-------
1818

19+
- Issue #11052: Correct IDLE menu accelerators on Mac OS X for Save
20+
commands.
21+
1922
- Issue #11053: Fix IDLE "Syntax Error" windows to behave as in 2.x,
2023
preventing a confusing hung appearance on OS X with the windows
2124
obscured.

0 commit comments

Comments
 (0)