From a9f8cbc3bd4f88ea6b835c606d065ac305300123 Mon Sep 17 00:00:00 2001 From: "Kurt B. Kaiser" Date: Sat, 14 Sep 2002 03:17:01 +0000 Subject: [PATCH] MERGE DS_RPC_BRANCH into MAIN configHandler.py AutoIndent merged 21Jul --- Lib/idlelib/configHandler.py | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/Lib/idlelib/configHandler.py b/Lib/idlelib/configHandler.py index 1afd19ef3b..2dd46e2e66 100644 --- a/Lib/idlelib/configHandler.py +++ b/Lib/idlelib/configHandler.py @@ -521,7 +521,19 @@ class IdleConf: '<>': [''], '<>': [''], '<>': [''], - '<>': [''] } + '<>': [''], + '<>': [''], + '<>': [' '], + '<>': [''], + '<>': [''], + '<>': [''], + '<>': [''], + '<>': [''], + '<>': [''], + '<>': [''], + '<>': [''], + '<>': [''] + } if keySetName: for event in keyBindings.keys(): binding=self.GetKeyBinding(keySetName,event) -- 2.49.0