mirror of https://github.com/zulip/zulip.git
help: Add tip about `+` keyboard shortcut to "Emoji reactions" page.
Adds `keyboard_tip` to the "Add a new reaction" section.
This commit is contained in:
parent
707fa87c74
commit
061f1dc43b
|
@ -26,9 +26,16 @@ message.
|
||||||
with your mouse.
|
with your mouse.
|
||||||
|
|
||||||
!!! tip ""
|
!!! tip ""
|
||||||
|
|
||||||
To add multiple reactions without closing the emoji picker, hold the
|
To add multiple reactions without closing the emoji picker, hold the
|
||||||
<kbd>Shift</kbd> key while selecting emoji.
|
<kbd>Shift</kbd> key while selecting emoji.
|
||||||
|
|
||||||
|
!!! keyboard_tip ""
|
||||||
|
|
||||||
|
You can react to the selected message with <img alt=":thumbs_up:"
|
||||||
|
class="emoji" src="/static/generated/emoji/images/emoji/unicode/1f44d.png"
|
||||||
|
title="thumbs up"/> by using the <kbd>+</kbd> shortcut.
|
||||||
|
|
||||||
{tab|mobile}
|
{tab|mobile}
|
||||||
|
|
||||||
1. Long press on a message.
|
1. Long press on a message.
|
||||||
|
|
Loading…
Reference in New Issue