mirror of
https://github.com/rivo/tview.git
synced 2026-04-26 21:35:54 +03:00
[GH-ISSUE #253] Let list item activate on more than one char #198
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tview#198
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 @cpkio on GitHub (Mar 21, 2019).
Original GitHub issue: https://github.com/rivo/tview/issues/253
First of all, amazing framework you've done!
The Q is: how about lists to be activated not on one character, but on a few? I mean, when you're using more than one language, you type in not only 'k' character, but 'л' on the same key. Frequent switching back and forth if you're inputting Cyrillics for example is not comfortable.
@rivo commented on GitHub (Apr 5, 2019):
I'm not sure I fully understand what you are describing. How exactly do you enter
kon your keyboard and how do you enterл?List item activation happens through the input of one rune. Accepting a sequence of runes (if that is what you want) will make interaction with the list quite complex. And it will break backwards compatibility.
But maybe I'm misunderstanding something here, in which case please give me an example of how the user would interact with the list as you'd like it.
@rivo commented on GitHub (May 13, 2019):
Will reopen when there is more information.