From: Kurt B. Kaiser Date: Sat, 14 Jul 2001 05:26:23 +0000 (+0000) Subject: py-cvs-2001_07_13 (Rev 1.3) merge X-Git-Tag: v2.2a3~1173 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b7651761bfc0927f996e4b8cfbf1af63b4261a1f;p=thirdparty%2FPython%2Fcpython.git py-cvs-2001_07_13 (Rev 1.3) merge "Make copy, cut and paste events case insensitive. Reported by Patrick K. O'Brien on idle-dev. (Should other bindings follow suit?)" --GvR --- diff --git a/Lib/idlelib/keydefs.py b/Lib/idlelib/keydefs.py index 3d348930fd8f..455253aee0e9 100644 --- a/Lib/idlelib/keydefs.py +++ b/Lib/idlelib/keydefs.py @@ -1,7 +1,7 @@ windows_keydefs = \ -{'<>': [''], - '<>': [''], - '<>': [''], +{'<>': ['', ''], + '<>': ['', ''], + '<>': ['', ''], '<>': ['', ''], '<>': [''], '<>': [''],