mirror of
https://github.com/rivo/tview.git
synced 2026-04-26 21:35:54 +03:00
[GH-ISSUE #167] Feature Request: modals arrow keys #135
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tview#135
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @porjo on GitHub (Sep 20, 2018).
Original GitHub issue: https://github.com/rivo/tview/issues/167
Allow left/up + right/down keys to select an option e.g. if the options are 'Cancel' + 'OK', then
↓or→would cycle right and↑+←would cycle left between the two options.@rivo commented on GitHub (Sep 25, 2018):
To be sure, you're talking about the
Modalclass, correct?@porjo commented on GitHub (Sep 26, 2018):
Yes
@rivo commented on GitHub (Sep 26, 2018):
I've added this with the latest commit.
@porjo commented on GitHub (Sep 26, 2018):
Great, thanks!