Re: Monitoring for keyboard event.

2002-04-04 Thread Giannis Georgalis
On Thu, 4 Apr 2002, Epelman, Boris (MED-ELGEMS) wrote: > Does anybody know how it is possible to catch keyboard events, > regardless of the pointer position? > I think this attached program (xkeys) by Dominic Giampaolo will be usefull. Giannis > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECT

Re: Monitoring for keyboard event.

2002-04-04 Thread Nikita V. Youshchenko
> Does anybody know how it is possible to catch keyboard events, > regardless of the pointer position? > > The only way I found is by using XQueryTree for RootWindow, which builds > an hierarchy of all existing windows and then XSelectInput with > KeyPressMask | SubstructureNotifyMask for every w