lightbox: update help text for `v` shortcut.

New behavior of the `v` shortcut updated in documentation.

Follow up to #4869
This commit is contained in:
Brendan Kiu 2017-05-22 22:13:16 +00:00 committed by Tim Abbott
parent accc7406da
commit 082f451885
2 changed files with 4 additions and 3 deletions

View File

@ -88,8 +88,9 @@ Zulip keyboard shortcuts are divided into four categories:
* **Edit your last message**: `⇽` — This shortcut opens the last editable * **Edit your last message**: `⇽` — This shortcut opens the last editable
message that the user sent in the current view (if any) in the compose box. message that the user sent in the current view (if any) in the compose box.
* **Show images in message**: `v` — This shortcut opens any images or videos * **Show images in thread**: `v` — This shortcut opens any images or videos
(if any) embedded in a message in the lightbox viewer. (if any) embedded in a message or previous messages within the thread
using the lightbox viewer.
* **Edit selected message**: `i` then `Enter` (`Return` on Mac) — * **Edit selected message**: `i` then `Enter` (`Return` on Mac) —
This shortcut allows the user to edit the selected message (outlined This shortcut allows the user to edit the selected message (outlined
in blue) if the user authored the selected message. If the selected in blue) if the user authored the selected message. If the selected

View File

@ -131,7 +131,7 @@
</tr> </tr>
<tr> <tr>
<td class="hotkey">v</td> <td class="hotkey">v</td>
<td class="definition">{% trans %}Show images in message{% endtrans %}</td> <td class="definition">{% trans %}Show images in thread{% endtrans %}</td>
</tr> </tr>
<tr id="edit-message-hotkey-help"> <tr id="edit-message-hotkey-help">
<td class="hotkey">i then Enter</td> <td class="hotkey">i then Enter</td>