On Mon, 2006-03-27 at 01:08 +0200, Florian Schmidt wrote:
On Mon, 27 Mar 2006 00:49:04 +0200
Florian Schmidt <mista.tapas(a)gmx.net> wrote:
Oh and i forgot to ask a question:
What is the canonical way for a gtk app to receive hotkey press events
regardless of window focus?
there are two ways:
* the key snooper
* a handler for button_press_events on the window(s)
they each have their advantages and disadvantages.
--p