From a954ba1d6c9e38c9b4db183899f3d1562edb1b01 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Tue, 1 Jun 1999 20:06:44 +0000 Subject: Hah! A fix of my own to Tim's code! Unix bindings for <> and <> were missing, and somehow that meant the events were never generated, even though they were in the menu. The new Unix bindings are now the same as the Windows bindings (M-t and M-u). --- Tools/idle/AutoIndent.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Tools/idle/AutoIndent.py b/Tools/idle/AutoIndent.py index 2913cc1..067df3b 100644 --- a/Tools/idle/AutoIndent.py +++ b/Tools/idle/AutoIndent.py @@ -84,6 +84,8 @@ class AutoIndent: '<>': ['', ''], '<>': ['', ''], '<>': ['', ''], + '<>': [''], + '<>': [''], } # usetabs true -> literal tab characters are used by indent and -- cgit v0.12