Skip to content

[Key Exploration] Allow to select a file from the displayed list by pressing keys with delay for have more chars than just the first #183

@MBilderbeek

Description

@MBilderbeek

As the title says. We're using this in the openMSX project and got some feedback from users. This is one of the issues: it would be easier to find files if you could just start typing file names (currently it only matches the first character and directly selects the first match... but you probably want to refine the match by typing one or two characters more).

Suggestion: behaviour as now, but add a little extra time to allow the user to type more characters to refine the search. So if a user types a character after a first character within 1 second, use it to match these series of 2 characters to find a file in the current list and (pre-)select that one instead of the first match with only one character. If then again, within 1 second another character is typed, use it again to refine the match, and so on.
I think it also works in many native file browsers like that and is hopefully not that hard to implement (I implemented it in a different framework myself).

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions