diff options
-rw-r--r-- | Tools/idle/AutoExpand.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Tools/idle/AutoExpand.py b/Tools/idle/AutoExpand.py index 1ebd7d5..0d57be4 100644 --- a/Tools/idle/AutoExpand.py +++ b/Tools/idle/AutoExpand.py @@ -11,6 +11,10 @@ class AutoExpand: '<<expand-word>>': ['<Alt-slash>'], } + unix_keydefs = { + '<<expand-word>>': ['<Meta-slash>'], + } + menudefs = [ ('edit', [ ('E_xpand word', '<<expand-word>>'), |