Re: Capturing global input?

2007-12-09 Thread nomihn0
Thanks to all, you were very helpful. I suppose I'll use Jython after all. On Dec 6, 10:17 pm, MonkeeSage <[EMAIL PROTECTED]> wrote: > On Dec 6, 9:16 pm, MonkeeSage <[EMAIL PROTECTED]> wrote: > > > > > On Dec 6, 3:51 pm, nomihn0 <[EMAIL PROTECTED]>

Capturing global input?

2007-12-06 Thread nomihn0
I'd like to accept mouse gestures and keyboard shortcuts as input to a program. The nature of this program requires that these commands be issued regardless of the currently active window. Here's the rub: I need a platform-independent solution. Java supports with its MouseInfo class, but I'd like