Re: [Tkinter-discuss] Unwanted Text widget bindings

2005-04-14 Thread Michael Lange
On Thu, 14 Apr 2005 13:16:11 -0400 Cam <[EMAIL PROTECTED]> wrote: > Hello list, > > I'm running on a Debian/Gnome Linux box. > > The "Text" widget comes with a bunch of free bindings to various control > codes, for "home", for "cursor left" and so on, > none of which I want for my applicatio

[Tkinter-discuss] Unwanted Text widget bindings

2005-04-14 Thread Cam
Hello list, I'm running on a Debian/Gnome Linux box. The "Text" widget comes with a bunch of free bindings to various control codes, for "home", for "cursor left" and so on, none of which I want for my application. Most of these I can get rid of by doing w.unbind_class('Text',''), but the bind