Am Donnerstag, 15. März 2007 18:34 schrieb Fabian Braennstroem: > Hi, > > I have some own keybindings for my filemanager, which work pretty > well. Except combinations with the 'Control' key make problems (but > if (keyname == "l" and event.state == gtk.gdk.CONTROL_MASK): > 'do_something'
Hi, I guess yo need to use & instead of == Thomas _______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
