last mouse movment or keyboard hit

Ron Eggler ron at example.com
Thu Mar 27 01:02:40 EDT 2008


azrael wrote:

> You can use wxPython. Take a look on the DemoFiles that you can
> download also from the site. I remember that there has been a demo of
> capturing mouse coordinates and also one example about capturing Which
> key has been pressed at which time.
> Just start the time, count the interactions of key strokes and mouse
> gestures. Apply some statistics and voila. there it is.

But that wouldn't be system wide, would it? :o


> On Mar 26, 3:28 pm, Ron Eggler <r... at example.com> wrote:
>> Gabriel Genellina wrote:
>> > En Wed, 26 Mar 2008 00:38:08 -0300, Ron Eggler <r... at example.com>
>> > escribió:
>>
>> >> I would like to get the time of the most recent human activity like a
>> >> cursor
>> >> movement or a key hit.
>> >> Does anyone know how I can get this back to start some action after
>> >> there has been no activity for X minutes/seconds?
>>
>> > Which platform? On non-ancient Windows versions, you can periodically
>> > check GetLastInputInfo
>>
>> http://msdn.microsoft.com/library/default.asp?url=/library/en-us/winu...
>>
>> No, it would be for Linux and preferrably it would work on MacOS &
>> Windows as well....is there anything?
>> Thanks!
>> --
>> chEErs roN

-- 
chEErs roN



More information about the Python-list mailing list