Skip to content
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] Add hotkey to focus on input text #630

Open
nikitavoloboev opened this issue Mar 14, 2023 · 1 comment
Open

[Feature] Add hotkey to focus on input text #630

nikitavoloboev opened this issue Mar 14, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@nikitavoloboev
Copy link

nikitavoloboev commented Mar 14, 2023

Feature description

image

This input box. It's often not in focus and only way to bring to focus is to manually hover over input or press tab many times. I'd love if ideally it's either always in focus or have a hotkey to move focus to it quickly.

@nikitavoloboev nikitavoloboev added the enhancement New feature or request label Mar 14, 2023
@dsernst
Copy link

dsernst commented Nov 30, 2023

You could add a hotkey that triggers the focus, similar to code here: #550

And here's another one showing how to add custom hotkeys: #109 (comment) (you'd want it to trigger focus on the text input box, not click the new chat button).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants