Mystilleef wrote:
Hello,What do I need to do to bind shift - tab to an action? I can bind shift - (almost any character), but shift - tab seems to be elusive. Thanks
Just try:
if event.keyval == gtk.keysyms.ISO_Left_Tab:
print 'it's shift+tab !'
_______________________________________________
pygtk mailing list [email protected]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
