From 16b91f89b5afc450736861dd92e4638fe52eaeeb Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Mon, 4 Jan 1999 16:32:21 +0000 Subject: [PATCH] Added Meta-/ binding for Unix as alt for Alt-/. --- Tools/idle/AutoExpand.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Tools/idle/AutoExpand.py b/Tools/idle/AutoExpand.py index 1ebd7d53cb..0d57be4205 100644 --- a/Tools/idle/AutoExpand.py +++ b/Tools/idle/AutoExpand.py @@ -11,6 +11,10 @@ class AutoExpand: '<>': [''], } + unix_keydefs = { + '<>': [''], + } + menudefs = [ ('edit', [ ('E_xpand word', '<>'), -- 2.50.0