On Thu, 2010-05-27 at 12:44 -0400, Matt Turner wrote:
> On Thu, May 27, 2010 at 12:30 PM, Tollef Fog Heen
> wrote:
> > ]] Tollef Fog Heen
> >
> > | somebody on this list appears to forward their mail to a ticketing
> > | system which spams everybody who mails the list. Earlier attempts at
> > | w
On Wed, 2010-05-19 at 21:29 +1000, Peter Hutterer wrote:
> Google for the RECORD extension, the syndaemon program (part of the
> synaptics driver) has some example code to do this.
Thanks for your reply Peter.
I was more looking for an event driven solution rather than one that
involves polling t
Hi there,
How do I passively capture keyboard input from a daemon program without
locking out the system?
As it stands, my small test program (shown below) locks out all running
programs of keyboard input and I've tried a number of variations to try
and solve this:
- tried issuing XAllowEvents af