Lock Windows Screen GUI using python
Ian Kelly
ian.g.kelly at gmail.com
Tue Jun 3 11:27:32 EDT 2014
On Jun 3, 2014 1:56 AM, "Jaydeep Patil" <patil.jay2009 at gmail.com> wrote:
> I have another query.
>
> We can now block user inputs. But in my automation three is copy & paste
work going on continuously in Excel before plotting the graphs.
>
> During copy paste of excel data, if user by mistake doing some copy &
paste operation outside excel(for e.g. doing copy paste in outlook mails,
firefox browser etc), it may be cause for the another error.
>
> How i can control this?
Do you really need to use the system clipboard for this automation? Why not
just store the data in script variables and write them back from the?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20140603/62c7a921/attachment.html>
More information about the Python-list
mailing list