I have the latest version of Python 3 and PyAutoGUI module on Windows 7 x64. Hotkeys like ALT + F4, CTRL + SHIFT + ESC works pretty well, but, from what I noticed, doesn't works CTRL + C and CTRL + V at all!
Asked
Active
Viewed 3,865 times
1
-
I noticed, that all hotkeys, containing letters, doesn't works, e. g. CTRL+N. – Constantor Jan 16 '17 at 19:24
-
Possible duplicate of [Keyboard shortcut to paste clipboard content into command prompt window (Win XP)](http://stackoverflow.com/questions/131955/keyboard-shortcut-to-paste-clipboard-content-into-command-prompt-window-win-xp) – mattcan Jan 16 '17 at 20:10
-
[Keyboard shortcut to paste clipboard content into command prompt window (Win XP)](http://stackoverflow.com/questions/131955/keyboard-shortcut-to-paste-clipboard-content-into-command-prompt-window-win-xp) This has been asked and answered there. – mattcan Jan 16 '17 at 20:15
2 Answers
0
Have you tried using CTRL + SHFT + C and CTRL + SHFT + V? If not, those should work. When I was copying from the terminal, it worked to do CTRL SHFT C.

Stevehead25
- 25
- 1
- 6