> > Is there any other possibility to react on a special key-combination
> > ?
> > I know that I could use the `KEY_DOWN' signal and check the code, but
> > this seams to be very inefficient (especially if you use it for an
> > entry)
>
> In the case of the Entry widget, you can connect to focus_out. That will
> be sent when the Entry looses to focus and you will get it after, Up, Down
> and Tab or when the User clicks somewhere outside the Entry.
But that is not really what I want to achieve.
I want to implement a kind of word completion when somebody press
ALT-SPACE, for example.
So is there any other way than connecting to `KEY_DOWN' and using the
mask and key code ?
--
Martin Gl�ck mailto:[EMAIL PROTECTED]
TTTech Computertechnik AG, Schoenbrunnerstrasse 7, A-1040 Vienna, Austria
Voice: +43 1 5853434-22, Fax: +43 1 5853434-90, http://www.tttech.com/
_______________________________________________
pygtk mailing list [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk