From 2303b1c19abd79c94da327d630cbac6f4e83a05c 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/configHandler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Lib/idlelib/configHandler.py') diff --git a/Lib/idlelib/configHandler.py b/Lib/idlelib/configHandler.py index fd9cbc4580..3d79fb9b3a 100644 --- a/Lib/idlelib/configHandler.py +++ b/Lib/idlelib/configHandler.py @@ -531,7 +531,7 @@ class IdleConf: '<>': [''], '<>': [''], '<>': [''], - '<>': [''], + '<>': [''], '<>': [''], '<>': [''], '<>': [''], -- cgit v1.2.1