-
-
Notifications
You must be signed in to change notification settings - Fork 171
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
improvement: better shortcuts #4587
Conversation
WofWca
commented
Jan 30, 2025
- improvement: Ctrl + F to focus search
- improvement: Enter or ArrowDown to focus 1st item
- improvement: don't clear search on focus
- improvement: Ctrl+M to focus composer, not Ctrl+N
- feat: Ctrl + N to open "Create Chat"
- feat: add Ctrl + Shift + F to search in chat
Instead of opening the first chat. This is now preferable, since we have arrow key navigation in the chat list.
Clearing the input is very easy anyway. We should not clear it automatically in case e.g. the user wants to come back to it and adjust the search, or if they're simply using it as a convenient way to get the focus closer to when they need it to be.
Ctrl + N is associated with "New", which would rather be the "plus" button in the chat list. Let's associate "M" with "message". See [Reconsider Ctrl + N shortcut to open "New Chat" dialog instead of focusing message input](#4243).
317167a
to
e30095f
Compare
e30095f
to
67fbd39
Compare
67fbd39
to
21791fc
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good improvement!
Btw. when looking at the Shortcut Hints: on my Linux & MacBook the Shortcut to show the Hints is Strg + - not /
(dash not slash)
UI: would be nice to have margins around the <keyboard elements and to make the dialog wider to allow 3 buttons in one row
Both can go into a separate PR of course
Hmmm. This is weird. I don't see how this could be the case. |