From b7651761bfc0927f996e4b8cfbf1af63b4261a1f Mon Sep 17 00:00:00 2001 From: "Kurt B. Kaiser" Date: Sat, 14 Jul 2001 05:26:23 +0000 Subject: 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 --- Lib/idlelib/keydefs.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Lib/idlelib/keydefs.py b/Lib/idlelib/keydefs.py index 3d34893..455253a 100644 --- a/Lib/idlelib/keydefs.py +++ b/Lib/idlelib/keydefs.py @@ -1,7 +1,7 @@ windows_keydefs = \ -{'<>': [''], - '<>': [''], - '<>': [''], +{'<>': ['', ''], + '<>': ['', ''], + '<>': ['', ''], '<>': ['', ''], '<>': [''], '<>': [''], -- cgit v0.12