Re: [python-win32] Passing a keystroke through to windows

2016-08-19 Thread Tim Roberts
Jacob Kruger wrote: > I want to be able to pass ctrl+C through to windows to automatically > copy selected text to clipboard, before then parsing it with > win32clipboard, all of this invoked by calling a compiled (py2exe) app > sort of in the background, by invoking a desktop shortcut, with a k

[python-win32] Passing a keystroke through to windows

2016-08-19 Thread Jacob Kruger
I want to be able to pass ctrl+C through to windows to automatically copy selected text to clipboard, before then parsing it with win32clipboard, all of this invoked by calling a compiled (py2exe) app sort of in the background, by invoking a desktop shortcut, with a keystroke? Is this likely