From: Raymond Hettinger Date: Mon, 23 Sep 2002 13:44:45 +0000 (+0000) Subject: Backport patches 558535. The standard Windows binding for Edit Select All X-Git-Tag: v2.2.2b1~164 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ebba7d2937a7c07974ff9f361642bc7c0028dc6d;p=thirdparty%2FPython%2Fcpython.git Backport patches 558535. The standard Windows binding for Edit Select All is Control-A rather than Alt-A. --- diff --git a/Tools/idle/keydefs.py b/Tools/idle/keydefs.py index edddd8319959..fddf278b6851 100644 --- a/Tools/idle/keydefs.py +++ b/Tools/idle/keydefs.py @@ -22,7 +22,7 @@ windows_keydefs = \ '<>': [''], '<>': [''], '<>': [''], - '<>': [''], + '<>': [''], '<>': [''], '<>': ['']}