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
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