-
-
Notifications
You must be signed in to change notification settings - Fork 942
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
[Web] Have the Escape key clear the search #479
Comments
I would love to work on this issue . Can you please assign me this issue. |
@mnvr I would like to work on this issue. Could you please assign me this? Is this issue intended for below search bar? |
I was intending the comment for https://auth.ente.io/auth but I didn't really specify that. It would apply for any search bar in any web application. |
Hey @aakankshabhende, thank you for helping out! As @bjherbison mentioned, this behaviour perhaps makes sense for most (all?) search bars, so we can add it to both auth and photos search bars. But if it is simpler for you then we can start by adding it to auth first, just to reduce the scope of changes. |
It would also be cool to focus the search bar with key combination (CTRL + F) |
Adding support for escape to exit search in MacOS Desktop app (so that it's easy to see the tags). And for cmd-F to activate the search. |
Yep - perhaps even just default to search if window focused and you start typing.. What else could you be trying to do. I just want to open the app, type what I want, and only use the mouse to grab the code and leave. No back and forth. |
I don't see any Settings option on the web page. Focus on the web page starts in the search, but once you click to get a code focus is off the text box. That's why I opened this issue and #478 . |
I see, well the setting are only available in the app. You can download the app for windows with this link. Other installers are available on their website I would highly recommend the app, it feels very snappy! |
I gave up Windows over a decade ago. The link for Linux download goes to a page with no download option. And once you figure out what to click after that (many links are underlined in the traditional web style, but what you need to click isn't) the installer doesn't work. Once that is fixed I might try it, but I like it in a web page. |
Is your feature request related to a problem? Please describe.
In many interfaces pressing Escape clears something recently set. In web browsers and many other applications Escape clears a search string. Since that is a common function of Escape I'm frustrated when Escape handling isn't implemented by an application or web page.
Describe the solution you'd like
When the Escape (Esc) is pressed on https://auth.ente.io/auth clear the search string and set focus to the search field.
The text was updated successfully, but these errors were encountered: