shift tab Tkinter

bernard604 at my-deja.com bernard604 at my-deja.com
Thu Feb 8 22:35:00 EST 2001


I can not get Tkinter to respond to any double key events.
I can get it to change focus on a widget with the <Tab> key,
but it ignores the <Shift-Tab> key combination.

I have successfully bound single keys to a function with

xx.bind_class("Entry","<Shift>",pe), but xx.bind_class("Entry","<Shift-
Tab>",pe)  will not be bound to the function pe()

Is there something wrong with my technique, or could there be something
wrong with my Tkinter installation.

I am running Python 2.0 on Mandrake 7.1

(The <shift-tab> combination does work in Netscape.

Thanks,
D. Bernard


Sent via Deja.com
http://www.deja.com/



More information about the Python-list mailing list