summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/config-keys.def
diff options
context:
space:
mode:
authorKurt B. Kaiser <kbk@shore.net>2003-11-24 05:26:16 (GMT)
committerKurt B. Kaiser <kbk@shore.net>2003-11-24 05:26:16 (GMT)
commit2303b1c19abd79c94da327d630cbac6f4e83a05c (patch)
treee410f1186e18cd3d9e0d1a1d1d478b57ecff0562 /Lib/idlelib/config-keys.def
parent5f4e45d66f3ed30f0275aba8d76c4fb34403bb9c (diff)
downloadcpython-2303b1c19abd79c94da327d630cbac6f4e83a05c.zip
cpython-2303b1c19abd79c94da327d630cbac6f4e83a05c.tar.gz
cpython-2303b1c19abd79c94da327d630cbac6f4e83a05c.tar.bz2
Keybindings with the Shift modifier now work correctly. So do bindings
which use the Space key. Limit unmodified user keybindings to the function keys. Python Bug 775353, IDLEfork Bugs 755647, 761557 Improve error handling during startup if there's no Tkinter. M NEWS.txt M PyShell.py M config-keys.def M configHandler.py M keybindingDialog.py Backport candidate.
Diffstat (limited to 'Lib/idlelib/config-keys.def')
-rw-r--r--Lib/idlelib/config-keys.def12
1 files changed, 6 insertions, 6 deletions
diff --git a/Lib/idlelib/config-keys.def b/Lib/idlelib/config-keys.def
index ceb424f..392592b 100644
--- a/Lib/idlelib/config-keys.def
+++ b/Lib/idlelib/config-keys.def
@@ -30,10 +30,10 @@ open-new-window=<Control-Key-n>
open-window-from-file=<Control-Key-o>
plain-newline-and-indent=<Control-Key-j>
print-window=<Control-Key-p>
-redo=<Control-Shift-Key-z>
+redo=<Control-Shift-Key-Z>
remove-selection=<Key-Escape>
-save-copy-of-window-as-file=<Alt-Shift-Key-s>
-save-window-as-file=<Control-Shift-Key-s>
+save-copy-of-window-as-file=<Alt-Shift-Key-S>
+save-window-as-file=<Control-Shift-Key-S>
save-window=<Control-Key-s>
select-all=<Control-Key-a>
toggle-auto-coloring=<Control-Key-slash>
@@ -78,7 +78,7 @@ open-window-from-file=<Control-Key-x><Control-Key-f>
plain-newline-and-indent=<Control-Key-j>
print-window=<Control-x><Control-Key-p>
python-docs=<Control-Key-h>
-python-context-help=<Control-Shift-Key-h>
+python-context-help=<Control-Shift-Key-H>
redo=<Alt-Key-z> <Meta-Key-z>
remove-selection=<Key-Escape>
save-copy-of-window-as-file=<Control-Key-x><Control-Key-y>
@@ -128,9 +128,9 @@ open-new-window=<Command-Key-n>
open-window-from-file=<Command-Key-o>
plain-newline-and-indent=<Control-Key-j>
print-window=<Command-Key-p>
-redo=<Shift-Command-Key-z>
+redo=<Shift-Command-Key-Z>
remove-selection=<Key-Escape>
-save-window-as-file=<Shift-Command-Key-s>
+save-window-as-file=<Shift-Command-Key-S>
save-window=<Command-Key-s>
save-copy-of-window-as-file=<Option-Command-Key-s>
select-all=<Command-Key-a>