-
-
Notifications
You must be signed in to change notification settings - Fork 380
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
[Feature Request] Keyboard Shortcut & Search Improvements #449
Comments
My take on this: Searching
Searching as you type Escape key to clear search |
I get that the shortcuts I suggested could be tricky, and I agree that Ctrl+K seems like a better, more universal option. As much as I love "search as you type," I can live without it if there's a good shortcut. The Esc key not clearing the search was my main frustration, so I’m really happy you’re on board with fixing that! |
It would be cool if, like linkding, the browser extension could provide a custom search engine so that when you type in the address bar the key you set, eg. 'ho' or whatever, it will automatically go on Hoarder and search there for the specified keywords. |
Isn't this really easy to do in most browser? You can add custom engine by yourself. |
+1, I missed this issue while making my own (#545) As I mentioned in that, we could maybe provide it as a setting per user? |
…#449 added ctrl+k to focus the search bar added escape to delete the input of the search bar fixed behavior of ctrl+e on windows, which would otherwise focus the chrome searchbar
@Inventhrice : the keyboard shortcut on windows would actually be "CTRL+E" and not "windows + e", so there won't be an explorer window that opens. However, on Chrome this will also focus the searchbar currently. I have created a PR to fix that and added CTRL+K and Escape handling to the searchbar |
…#449 added ctrl+k to focus the search bar added escape to delete the input of the search bar fixed behavior of ctrl+e on windows, which would otherwise focus the chrome searchbar
…rder-app#449 (hoarder-app#554) added ctrl+k to focus the search bar added escape to delete the input of the search bar fixed behavior of ctrl+e on windows, which would otherwise focus the chrome searchbar
I would like to suggest a few enhancements to improve the usability of the search functionality:
Keyboard Shortcut for Search Bar:
A dedicated keyboard shortcut to focus the search bar (e.g., pressing / or Ctrl + F) would make it easier to quickly start searching.
Search as You Type:
It would be even better if typing the first letter of a search prompt automatically focuses on the search bar and begins searching without the need for manual focusing.
Escape Key to Clear Search:
When the search bar is focused and contains text, pressing the Esc key should clear the search entry instead of just losing focus. This would improve the UX by allowing users to quickly reset the search.
The text was updated successfully, but these errors were encountered: