From b3c2835b445c007c2b604579b94911c9b0310313 Mon Sep 17 00:00:00 2001 From: "Kurt B. Kaiser" Date: Mon, 24 Nov 2003 05:26:16 +0000 Subject: 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. --- Lib/idlelib/config-keys.def | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'Lib/idlelib/config-keys.def') diff --git a/Lib/idlelib/config-keys.def b/Lib/idlelib/config-keys.def index ceb424fe56..392592befc 100644 --- a/Lib/idlelib/config-keys.def +++ b/Lib/idlelib/config-keys.def @@ -30,10 +30,10 @@ open-new-window= open-window-from-file= plain-newline-and-indent= print-window= -redo= +redo= remove-selection= -save-copy-of-window-as-file= -save-window-as-file= +save-copy-of-window-as-file= +save-window-as-file= save-window= select-all= toggle-auto-coloring= @@ -78,7 +78,7 @@ open-window-from-file= plain-newline-and-indent= print-window= python-docs= -python-context-help= +python-context-help= redo= remove-selection= save-copy-of-window-as-file= @@ -128,9 +128,9 @@ open-new-window= open-window-from-file= plain-newline-and-indent= print-window= -redo= +redo= remove-selection= -save-window-as-file= +save-window-as-file= save-window= save-copy-of-window-as-file= select-all= -- cgit v1.2.1