Feature request: Let the user click on a search result to execute that command (or select and press Enter) #32
Labels
No Label
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: suzanne.soy/SearchBar#32
Loading…
Reference in New Issue
Block a user
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?
Currently the search bar only displays the commands that match a search string. If the user clicks on a command, or presses ENTER, the command is not launched. So the user has to first discover the command in the search bar and then use the actual menu system to execute that command.
This is highly inefficient method.
Instead, let the user simply click on any search result to launch that command.
He should be able to select a command by pressing the arrow keys and then let him press ENTER to execute the selected command.