Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7711b5f commit b765176Copy full SHA for b765176
1 file changed
Lib/idlelib/keydefs.py
@@ -1,7 +1,7 @@
1
windows_keydefs = \
2
-{'<<Copy>>': ['<Control-c>'],
3
- '<<Cut>>': ['<Control-x>'],
4
- '<<Paste>>': ['<Control-v>'],
+{'<<Copy>>': ['<Control-c>', '<Control-C>'],
+ '<<Cut>>': ['<Control-x>', '<Control-X>'],
+ '<<Paste>>': ['<Control-v>', '<Control-V>'],
5
'<<beginning-of-line>>': ['<Control-a>', '<Home>'],
6
'<<center-insert>>': ['<Control-l>'],
7
'<<close-all-windows>>': ['<Control-q>'],
0 commit comments