templates: Add insert new line shortcut to *Keyboard shortcuts* modal.

This commit is contained in:
Cynthia Lin
2017-03-13 09:54:10 -07:00
committed by Tim Abbott
parent 87dd0c225a
commit f510ada67a

View File

@@ -69,9 +69,13 @@
<td class="definition">{% trans %}Compose a reply @-mentioning author{% endtrans %}</td>
</tr>
<tr>
<td class="hotkey">Tab then Enter</td>
<td class="hotkey">Tab then Enter,<br/>Ctrl + Enter</td>
<td class="definition">{% trans %}Send message{% endtrans %}</td>
</tr>
<tr>
<td class="hotkey">Shift + Enter</td>
<td class="definition">{% trans %}Insert new line{% endtrans %}</td>
</tr>
<tr>
<td class="hotkey">Esc</td>
<td class="definition">{% trans %}Cancel compose{% endtrans %}</td>