Re: Xlib: watching key presses without trapping them

2012-08-11 Thread Steven D'Aprano
On Sat, 11 Aug 2012 10:53:37 +0100, Raffaele Ricciardi wrote: > Hello there, > > I'm writing a X Windows program to perform some actions when modifier > keys have > been released. After looking into the Pykeylogger project > (pykeylogger.sourceforge.net), I've gone as far as detecting all events

Xlib: watching key presses without trapping them

2012-08-11 Thread Raffaele Ricciardi
Hello there, I'm writing a X Windows program to perform some actions when modifier keys have been released. After looking into the Pykeylogger project (pykeylogger.sourceforge.net), I've gone as far as detecting all events related to modifiers, but then such events get trapped by the program