This repository was archived by the owner on Feb 28, 2025. It is now read-only.
Add support for fast select in listbox by key#160
Open
jedi7 wants to merge 1 commit intoMidnightCommander:masterfrom
Open
Add support for fast select in listbox by key#160jedi7 wants to merge 1 commit intoMidnightCommander:masterfrom
jedi7 wants to merge 1 commit intoMidnightCommander:masterfrom
Conversation
* items in listbox are possible to select by pressing key of first item character
Contributor
|
There are many other letters in the world in addition to a..z. :) |
Author
|
yes, and is much easier to type the most close letter, and then move 1-2x by arrow, than scrolling by bunch of records to the proper one. |
a48cc07 to
5583c3d
Compare
e9e72d9 to
de7d72c
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This patch add support to fast move to item in list.
When a-z key is pressed, then it search first character in list and move select to him.
It is extremely usable on chown dialog, where searching for proper name is hell.
Now you can just press first character of name and it moves here.