Commit da5c1bfa authored by Guido van Rossum's avatar Guido van Rossum

Make copy, cut and paste events case insensitive. Reported by Patrick

K. O'Brien on idle-dev.

(Should other bindings follow suit?)
parent 448dbde7
windows_keydefs = \ windows_keydefs = \
{'<<Copy>>': ['<Control-c>'], {'<<Copy>>': ['<Control-c>', '<Control-C>'],
'<<Cut>>': ['<Control-x>'], '<<Cut>>': ['<Control-x>', '<Control-X>'],
'<<Paste>>': ['<Control-v>'], '<<Paste>>': ['<Control-v>', '<Control-V>'],
'<<beginning-of-line>>': ['<Control-a>', '<Home>'], '<<beginning-of-line>>': ['<Control-a>', '<Home>'],
'<<center-insert>>': ['<Control-l>'], '<<center-insert>>': ['<Control-l>'],
'<<close-all-windows>>': ['<Control-q>'], '<<close-all-windows>>': ['<Control-q>'],
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment