ChatGPT icon indicating copy to clipboard operation
ChatGPT copied to clipboard

[Feature] Add hotkey to focus on input text

Open nikivdev opened this issue 2 years ago • 1 comments
trafficstars

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.

nikivdev avatar Mar 14 '23 22:03 nikivdev

You could add a hotkey that triggers the focus, similar to code here: https://github.com/lencx/ChatGPT/issues/550

And here's another one showing how to add custom hotkeys: https://github.com/lencx/ChatGPT/issues/109#issuecomment-1834698327 (you'd want it to trigger focus on the text input box, not click the new chat button).

dsernst avatar Nov 30 '23 22:11 dsernst