From: Guido van Rossum Date: Mon, 4 Jan 1999 16:32:21 +0000 (+0000) Subject: Added Meta-/ binding for Unix as alt for Alt-/. X-Git-Tag: v1.5.2b2~472 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=16b91f89b5afc450736861dd92e4638fe52eaeeb;p=python Added Meta-/ binding for Unix as alt for Alt-/. --- 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', '<>'),