[GH-ISSUE #491] How to: Move between form items using up/down button #357

Closed
opened 2026-03-04 01:04:17 +03:00 by kerem · 2 comments
Owner

Originally created by @rustyoz on GitHub (Aug 24, 2020).
Original GitHub issue: https://github.com/rivo/tview/issues/491

Hi,

Just wondering if you had any idea on how i would implement the input handler to move between form items using the up/down buttons?

Cheers
Russ

Originally created by @rustyoz on GitHub (Aug 24, 2020). Original GitHub issue: https://github.com/rivo/tview/issues/491 Hi, Just wondering if you had any idea on how i would implement the input handler to move between form items using the up/down buttons? Cheers Russ
kerem closed this issue 2026-03-04 01:04:17 +03:00
Author
Owner

@rivo commented on GitHub (Oct 18, 2020):

You can always override the default key bindings with Box.SetInputCapture(). This works on all primitives. Let me know if this helps.

<!-- gh-comment-id:711162713 --> @rivo commented on GitHub (Oct 18, 2020): You can always override the default key bindings with [`Box.SetInputCapture()`](https://pkg.go.dev/github.com/rivo/tview#Box.SetInputCapture). This works on all primitives. Let me know if this helps.
Author
Owner

@rivo commented on GitHub (Nov 17, 2020):

If you still require information, please open another issue and reference this one.

<!-- gh-comment-id:729138186 --> @rivo commented on GitHub (Nov 17, 2020): If you still require information, please open another issue and reference this one.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/tview#357
No description provided.