On Mar 26, 11:17 am, [EMAIL PROTECTED] wrote: > On Mar 26, 10:51 am, "jp" <[EMAIL PROTECTED]> wrote: > > > I have multiple PMW widgets (EntryFields, ScrolledField etc), how can > > I skip over these widgets when using the tab key? > > > Thank you, > > John > > I would probably write some custom event handling. Something that > could tell it was a key-press event and not just an on-focus event. > Then it would be a simple, if key-press == tab, put focus on next > widget of interest. Something like that should work. > > Mike
Isn't there just a simple configuration option to disable the tab key? Like the takfocus option with Tkinter widgets? -- http://mail.python.org/mailman/listinfo/python-list