From: Guido van Rossum Date: Tue, 12 Jun 2001 00:30:33 +0000 (+0000) Subject: Make copy, cut and paste events case insensitive. Reported by Patrick X-Git-Tag: v2.2a3~1575 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ac4797a12eed2fb5bcc68ae6e768e5ab4ec5b422;p=thirdparty%2FPython%2Fcpython.git Make copy, cut and paste events case insensitive. Reported by Patrick K. O'Brien on idle-dev. (Should other bindings follow suit?) --- diff --git a/Tools/idle/keydefs.py b/Tools/idle/keydefs.py index 39eb30613808..edddd8319959 100644 --- a/Tools/idle/keydefs.py +++ b/Tools/idle/keydefs.py @@ -1,7 +1,7 @@ windows_keydefs = \ -{'<>': [''], - '<>': [''], - '<>': [''], +{'<>': ['', ''], + '<>': ['', ''], + '<>': ['', ''], '<>': ['', ''], '<>': [''], '<>': [''],