-
Notifications
You must be signed in to change notification settings - Fork 6k
feat(keyboards): add shortcuts for scrolling chat #28294
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
base: dev
Are you sure you want to change the base?
Conversation
|
There seem to be spacing problems looking at the diff with GitHub UI... |
| Command::ChatNext, | ||
| Command::ChatFirst, | ||
| Command::ChatLast, | ||
| Command::ChatScrollDown, |
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.
align
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.
fixed
| MediaPrevious, | ||
| MediaNext, | ||
|
|
||
| ChatScrollDown, |
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.
align
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.
fixed
|
history_widget.cpp is still not fixed... |
done |
|
Maybe I missed something. Are there an |
no |
|
Can you squash the commits? |
done |
| { u"search"_q , Command::Search }, | ||
|
|
||
| { u"previous_chat"_q , Command::ChatPrevious }, | ||
| { u"next_chat"_q , Command::ChatNext }, |
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.
It is well to do.
#16300