Add documentation for M hotkey.

This commit is contained in:
Joshua Pan 2017-03-24 02:58:56 +00:00 committed by showell
parent 7adf70e5ad
commit 0ce38b6a92
2 changed files with 6 additions and 0 deletions

View File

@ -100,3 +100,5 @@ Zulip keyboard shortcuts are divided into four categories:
* **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.
* **Mute/Unmute topic**: `M` - This shortcut toggles the selected
message's (outlined in blue) topic between muted and unmuted.

View File

@ -156,6 +156,10 @@
{% trans %}selected message{% endtrans %}
</td>
</tr>
<tr>
<td class="hotkey">M</td>
<td class="definition">{% trans %}Toggle topic mute{% endtrans %}</td>
</tr>
<tr>
<td class="hotkey">?</td>
<td class="definition">{% trans %}Show keyboard shortcuts{% endtrans %}</td>