Update shortcuts modal and documentation with reaction hotkeys.

This commit is contained in:
Joshua Pan
2017-03-19 04:32:12 +00:00
committed by Tim Abbott
parent 5ec21e2230
commit 93609cc39d
2 changed files with 19 additions and 0 deletions

View File

@@ -93,3 +93,8 @@ Zulip keyboard shortcuts are divided into four categories:
message.
* **Show the keyboard shortcuts**: `?` - This shortcut makes a modal
window with a guide to all possible keyboard shortcuts appear.
* **Open reaction popover menu**: `:` - This shortcut shows the
reaction popover menu of the selected message (outlined in blue).
* **React to selected message with +1**: `+` - This shortcut allows
you to react to the selected message (outlined in blue) with the
+1 (thumbs up) emoji.

View File

@@ -142,6 +142,20 @@
<td class="hotkey">?</td>
<td class="definition">{% trans %}Show these keyboard shortcuts{% endtrans %}</td>
</tr>
<tr>
<td class="hotkey">:</td>
<td class="definition">{% trans %}Open reactions menu{% endtrans %}</td>
</tr>
<tr>
<td class="hotkey">+</td>
<td class="definition">
<img alt=":thumbs_up:"
class="emoji"
src="/static/generated/emoji/images/emoji/unicode/1f44d.png"
title=":thumbs_up:"/>
{% trans %}selected message{% endtrans %}
</td>
</tr>
</table>
</div>
</div>