View Single Post
Old Jul 31st, 2005, 1:07 PM   #2
mackenga
Professional Programmer
 
Join Date: Mar 2005
Location: Glasgow, Scotland
Posts: 317
Rep Power: 4 mackenga is on a distinguished road
Use the bind command:

bind .entry1 <Return> { focus .entry2 }

should do it (obviously substitute your own entry widget window pathnames for .entry1 and .entry2).
mackenga is offline   Reply With Quote