diff --git a/Tools/idle/AutoExpand.py b/Tools/idle/AutoExpand.py index 1ebd7d53cbd..0d57be4205b 100644 --- a/Tools/idle/AutoExpand.py +++ b/Tools/idle/AutoExpand.py @@ -11,6 +11,10 @@ class AutoExpand: '<>': [''], } + unix_keydefs = { + '<>': [''], + } + menudefs = [ ('edit', [ ('E_xpand word', '<>'),