diff --git a/Lib/idlelib/configHandler.py b/Lib/idlelib/configHandler.py index 1afd19ef3b0..2dd46e2e66c 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)