-
Notifications
You must be signed in to change notification settings - Fork 790
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
"Select search bar" hotkey within search bar should select all text #1033
Comments
I noticed there are several keyboard shortcuts that can do this from #401:
We should consider if these should also have the same behavior. |
Co-Authored-By: mcomella <[email protected]>
I would like to just have a keyboard shortcut to navigate directly to the docset bar. Navigating through the different symbolic information of a given docset with the arrow keys (which we can already do by clicking the sidebar then using arrow keys) would be extremely helpful for me personally. |
With the referenced change search box handles focus shortcuts more intelligently, and sets selection according to the current selection, or cursor position. @evanricard Up and Down arrow keys should work exactly as you describe (navigate within the sidebar), if they don't with the most recent version (or better built from master), please create a new ticket. Also see #1007, which is related to this. |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for a related request. |
ctrl+L will focus the search bar and select all the text, like a browser. While the search bar has focus, in a browser ctrl+L will select all the text (i.e. the behavior doesn't change depending on what's focused) while in zeal ctrl+L will do nothing.
I propose we make ctrl+L select all the text no matter what is focused (particularly solving the issue where ctrl+L does nothing while the search bar is focused).
The text was updated successfully, but these errors were encountered: