Mouse and keyboard trace

tunity5_at_yahoo.com
Date: 03/19/04


Date: 19 Mar 2004 08:42:38 -0800

I need to intercept all keyboard clicks and mouse movement. Note that
I am not talking about a global grab here; this should work at the
window manager level, even when the Tcl program does not have the
current focus.

Any leads would be appreciated.



Relevant Pages

  • Re: Mouse and keyboard trace
    ... # I need to intercept all keyboard clicks and mouse movement. ... # I am not talking about a global grab here; ... Create a bindtag and add key and mouse events to that. ...
    (comp.lang.tcl)
  • Re: Newbie Question
    ... Or you can intercept the key press event on the form. ... performs a search when the ENTER button on the keyboard is pressed. ... textbox, ...
    (microsoft.public.dotnet.general)
  • Re: hotkeys
    ... Eps wrote: ... You could intercept the keyboard with the form.KeyDown the trhu Keycode analysis perform whatever action you want ...
    (microsoft.public.dotnet.languages.csharp)