Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for fast select in listbox by key #160

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jedi7
Copy link

@jedi7 jedi7 commented Dec 22, 2020

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.

* items in listbox are possible to select by pressing key of first item character
@data-man
Copy link
Contributor

There are many other letters in the world in addition to a..z. :)

@jedi7
Copy link
Author

jedi7 commented Apr 19, 2022

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.

@zyv zyv force-pushed the master branch 2 times, most recently from a48cc07 to 5583c3d Compare January 2, 2023 20:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants