Is it possible to configure the text widget so that the TAB key moves
the focus to the "next" widget rather than inserting a TAB into the
text, but otherwise behaves as normal.
Many Thanks,
=Adrian=
Try this:
bind .text <Tab> "[bind all <Tab>];break"
bind .text <Shift-Tab> "[bind all <<PrevWindow>>]; break"