From: Raymond Hettinger Date: Tue, 21 May 2002 12:26:59 +0000 (+0000) Subject: Patches 558535. The standard Windows binding for Edit Select All X-Git-Tag: v2.3c1~5636 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8eaa3ad22c966e4a1c405e16f1987b44fc417868;p=python 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 edddd83199..fddf278b68 100644 --- a/Tools/idle/keydefs.py +++ b/Tools/idle/keydefs.py @@ -22,7 +22,7 @@ windows_keydefs = \ '<>': [''], '<>': [''], '<>': [''], - '<>': [''], + '<>': [''], '<>': [''], '<>': ['']}