Tagged Questions
4
votes
2answers
332 views
Tab movement in shoes
I have a problem I have a:
stack {
flow {
para "Enter text:"
edit_line
}
edit_box
}
(simplified version). When user is on edit_line and presses
tab, I want it to move to edit_box ...