smugindividual
Programmer
I dont want my user to use Tab at all on a few screens.
Shouldnt the following line take care of removing the Tab bind for that widget?
bind $top <Key-Tab> {}
where top is the toplevel widget.
Shouldnt the following line take care of removing the Tab bind for that widget?
bind $top <Key-Tab> {}
where top is the toplevel widget.