2017-01-05 21:11:45 +01:00
|
|
|
<div class="overlay-modal" id="keyboard-shortcuts" tabindex="-1" role="dialog"
|
2012-10-25 06:09:28 +02:00
|
|
|
aria-labelledby="keyboard-shortcuts-label" aria-hidden="true">
|
2017-04-12 20:58:31 +02:00
|
|
|
<div class="modal-body" tabindex="1">
|
2014-02-18 17:40:18 +01:00
|
|
|
<div>
|
|
|
|
<table class="hotkeys_table table table-striped table-bordered table-condensed">
|
|
|
|
<thead>
|
|
|
|
<tr>
|
2016-04-21 08:48:33 +02:00
|
|
|
<th colspan="2">{{ _("Navigation") }}</th>
|
2014-02-18 17:40:18 +01:00
|
|
|
</tr>
|
|
|
|
</thead>
|
|
|
|
<tr>
|
|
|
|
<td class="hotkey">/</td>
|
2016-04-21 08:48:33 +02:00
|
|
|
<td class="definition">{% trans %}Initiate a search{% endtrans %}</td>
|
2014-02-18 17:40:18 +01:00
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td class="hotkey">q</td>
|
2016-04-21 08:48:33 +02:00
|
|
|
<td class="definition">{% trans %}Search people{% endtrans %}</td>
|
2014-02-18 17:40:18 +01:00
|
|
|
</tr>
|
2016-06-13 22:06:12 +02:00
|
|
|
<tr>
|
|
|
|
<td class="hotkey">w</td>
|
|
|
|
<td class="definition">{% trans %}Search streams{% endtrans %}</td>
|
|
|
|
</tr>
|
2014-02-18 17:40:18 +01:00
|
|
|
<tr>
|
2017-05-13 03:24:17 +02:00
|
|
|
<td class="hotkey">Up, k</td>
|
2016-04-21 08:48:33 +02:00
|
|
|
<td class="definition">{% trans %}Previous message{% endtrans %}</td>
|
2014-02-18 17:40:18 +01:00
|
|
|
</tr>
|
|
|
|
<tr>
|
2017-05-13 03:24:17 +02:00
|
|
|
<td class="hotkey">Down, j</td>
|
2016-04-21 08:48:33 +02:00
|
|
|
<td class="definition">{% trans %}Next message{% endtrans %}</td>
|
2014-02-18 17:40:18 +01:00
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td class="hotkey">PgUp, K</td>
|
2016-04-21 08:48:33 +02:00
|
|
|
<td class="definition">{% trans %}Scroll up{% endtrans %}</td>
|
2014-02-18 17:40:18 +01:00
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td class="hotkey">PgDn, J, Spacebar</td>
|
2016-04-21 08:48:33 +02:00
|
|
|
<td class="definition">{% trans %}Scroll down{% endtrans %}</td>
|
2014-02-18 17:40:18 +01:00
|
|
|
</tr>
|
|
|
|
<tr>
|
2017-03-23 08:11:00 +01:00
|
|
|
<td class="hotkey">End, G</td>
|
2016-04-21 08:48:33 +02:00
|
|
|
<td class="definition">{% trans %}Last message{% endtrans %}</td>
|
2014-02-18 17:40:18 +01:00
|
|
|
</tr>
|
2017-05-13 03:24:17 +02:00
|
|
|
<tr>
|
|
|
|
<td class="hotkey">Home</td>
|
|
|
|
<td class="definition">{% trans %}First message{% endtrans %}</td>
|
|
|
|
</tr>
|
2014-02-18 17:40:18 +01:00
|
|
|
</table>
|
2012-10-24 22:53:19 +02:00
|
|
|
|
2014-02-18 17:40:18 +01:00
|
|
|
<table class="hotkeys_table table table-striped table-bordered table-condensed">
|
|
|
|
<thead>
|
|
|
|
<tr>
|
2016-04-21 08:48:33 +02:00
|
|
|
<th colspan="2">{% trans %}Composing messages{% endtrans %}</th>
|
2014-02-18 17:40:18 +01:00
|
|
|
</tr>
|
|
|
|
</thead>
|
|
|
|
<tr>
|
2017-05-13 03:24:17 +02:00
|
|
|
<td class="hotkey">Enter, r</td>
|
2016-04-21 08:48:33 +02:00
|
|
|
<td class="definition">{% trans %}Reply to message{% endtrans %}</td>
|
2014-02-18 17:40:18 +01:00
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td class="hotkey">R</td>
|
2016-04-21 08:48:33 +02:00
|
|
|
<td class="definition">{% trans %}Reply to author{% endtrans %}</td>
|
2014-02-18 17:40:18 +01:00
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td class="hotkey">c</td>
|
2016-04-21 08:48:33 +02:00
|
|
|
<td class="definition">{% trans %}New stream message{% endtrans %}</td>
|
2014-02-18 17:40:18 +01:00
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td class="hotkey">C</td>
|
2016-04-21 08:48:33 +02:00
|
|
|
<td class="definition">{% trans %}New private message{% endtrans %}</td>
|
2014-02-18 17:40:18 +01:00
|
|
|
</tr>
|
2017-03-14 23:54:03 +01:00
|
|
|
<tr>
|
|
|
|
<td class="hotkey">@</td>
|
|
|
|
<td class="definition">{% trans %}Compose a reply @-mentioning author{% endtrans %}</td>
|
|
|
|
</tr>
|
2014-02-18 17:40:18 +01:00
|
|
|
<tr>
|
2017-03-13 17:54:10 +01:00
|
|
|
<td class="hotkey">Tab then Enter,<br/>Ctrl + Enter</td>
|
2016-04-21 08:48:33 +02:00
|
|
|
<td class="definition">{% trans %}Send message{% endtrans %}</td>
|
2014-02-18 17:40:18 +01:00
|
|
|
</tr>
|
2017-03-13 17:54:10 +01:00
|
|
|
<tr>
|
|
|
|
<td class="hotkey">Shift + Enter</td>
|
|
|
|
<td class="definition">{% trans %}Insert new line{% endtrans %}</td>
|
|
|
|
</tr>
|
2014-02-18 17:40:18 +01:00
|
|
|
<tr>
|
2017-05-13 03:24:17 +02:00
|
|
|
<td class="hotkey">Esc, Ctrl + [</td>
|
2016-04-21 08:48:33 +02:00
|
|
|
<td class="definition">{% trans %}Cancel compose{% endtrans %}</td>
|
2014-02-18 17:40:18 +01:00
|
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
</div>
|
2012-10-24 22:53:19 +02:00
|
|
|
|
2014-02-18 17:40:18 +01:00
|
|
|
<div>
|
|
|
|
<table class="hotkeys_table table table-striped table-bordered table-condensed">
|
|
|
|
<thead>
|
|
|
|
<tr>
|
2016-04-21 08:48:33 +02:00
|
|
|
<th colspan="2">{{ _("Narrowing") }}</th>
|
2014-02-18 17:40:18 +01:00
|
|
|
</tr>
|
|
|
|
</thead>
|
|
|
|
<tr>
|
|
|
|
<td class="hotkey">s</td>
|
2016-04-21 08:48:33 +02:00
|
|
|
<td class="definition">{% trans %}Narrow by stream{% endtrans %}</td>
|
2014-02-18 17:40:18 +01:00
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td class="hotkey">S</td>
|
2016-04-21 08:48:33 +02:00
|
|
|
<td class="definition">{% trans %}Narrow by topic{% endtrans %}</td>
|
2016-07-12 22:29:49 +02:00
|
|
|
</tr>
|
2014-02-18 17:40:18 +01:00
|
|
|
<tr>
|
2017-03-19 19:41:02 +01:00
|
|
|
<td class="hotkey">P</td>
|
2016-04-21 08:48:33 +02:00
|
|
|
<td class="definition">{% trans %}Narrow to all private messages{% endtrans %}</td>
|
2014-02-18 17:40:18 +01:00
|
|
|
</tr>
|
2017-03-23 13:23:49 +01:00
|
|
|
<tr>
|
|
|
|
<td class="hotkey">n</td>
|
|
|
|
<td class="definition">{% trans %}Narrow to next unread topic{% endtrans %}</td>
|
|
|
|
</tr>
|
2014-02-14 19:32:40 +01:00
|
|
|
<tr>
|
2017-05-13 03:24:17 +02:00
|
|
|
<td class="hotkey">A, D</td>
|
2016-04-21 08:48:33 +02:00
|
|
|
<td class="definition">{% trans %}Cycle between stream narrows{% endtrans %}</td>
|
2014-02-14 19:32:40 +01:00
|
|
|
</tr>
|
2014-02-18 17:40:18 +01:00
|
|
|
<tr>
|
2017-05-13 03:24:17 +02:00
|
|
|
<td class="hotkey">Esc, Ctrl + [</td>
|
2016-04-21 08:48:33 +02:00
|
|
|
<td class="definition">{% trans %}Return to home view{% endtrans %}</td>
|
2014-02-18 17:40:18 +01:00
|
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
<table class="hotkeys_table table table-striped table-bordered table-condensed">
|
|
|
|
<thead>
|
|
|
|
<tr>
|
2017-05-13 03:24:17 +02:00
|
|
|
<th colspan="2">{{ _("Message actions") }}</th>
|
2014-02-18 17:40:18 +01:00
|
|
|
</tr>
|
|
|
|
</thead>
|
2016-11-23 05:06:34 +01:00
|
|
|
<tr>
|
|
|
|
<td class="hotkey">Left</td>
|
|
|
|
<td class="definition">{% trans %}Edit your last message{% endtrans %}</td>
|
|
|
|
</tr>
|
2017-03-18 21:01:16 +01:00
|
|
|
<tr>
|
|
|
|
<td class="hotkey">v</td>
|
2017-05-23 00:13:16 +02:00
|
|
|
<td class="definition">{% trans %}Show images in thread{% endtrans %}</td>
|
2017-03-18 21:01:16 +01:00
|
|
|
</tr>
|
2014-02-18 17:40:18 +01:00
|
|
|
<tr id="edit-message-hotkey-help">
|
|
|
|
<td class="hotkey">i then Enter</td>
|
2016-11-23 05:06:34 +01:00
|
|
|
<td class="definition">{% trans %}Edit selected message{% endtrans %}</td>
|
2014-02-18 17:40:18 +01:00
|
|
|
</tr>
|
2017-03-19 00:30:32 +01:00
|
|
|
<tr>
|
|
|
|
<td class="hotkey">*</td>
|
|
|
|
<td class="definition">{% trans %}Star selected message{% endtrans %}</td>
|
|
|
|
</tr>
|
2017-03-19 05:32:12 +01:00
|
|
|
<tr>
|
|
|
|
<td class="hotkey">+</td>
|
|
|
|
<td class="definition">
|
2017-05-13 03:24:17 +02:00
|
|
|
{% trans %}React to selected message with{% endtrans %}
|
2017-03-19 05:32:12 +01:00
|
|
|
<img alt=":thumbs_up:"
|
|
|
|
class="emoji"
|
|
|
|
src="/static/generated/emoji/images/emoji/unicode/1f44d.png"
|
|
|
|
title=":thumbs_up:"/>
|
|
|
|
</td>
|
|
|
|
</tr>
|
2017-03-24 03:58:56 +01:00
|
|
|
<tr>
|
|
|
|
<td class="hotkey">M</td>
|
|
|
|
<td class="definition">{% trans %}Toggle topic mute{% endtrans %}</td>
|
|
|
|
</tr>
|
2017-05-13 03:24:17 +02:00
|
|
|
</table>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div>
|
|
|
|
<table class="hotkeys_table table table-striped table-bordered table-condensed">
|
|
|
|
<thead>
|
|
|
|
<tr>
|
|
|
|
<th colspan="2">{{ _("Drafts") }}</th>
|
|
|
|
</tr>
|
|
|
|
</thead>
|
|
|
|
<tr>
|
|
|
|
<td class="hotkey">d</td>
|
|
|
|
<td class="definition">{% trans %}View drafts{% endtrans %}</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td class="hotkey">Enter</td>
|
|
|
|
<td class="definition">{% trans %}Edit selected draft{% endtrans %}</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td class="hotkey">Backspace</td>
|
|
|
|
<td class="definition">{% trans %}Delete selected draft{% endtrans %}</td>
|
|
|
|
</tr>
|
|
|
|
</table>
|
2017-05-15 22:42:09 +02:00
|
|
|
<table class="hotkeys_table table table-striped table-bordered table-condensed">
|
|
|
|
<thead>
|
|
|
|
<tr>
|
|
|
|
<th colspan="2">{{ _("Menus") }}</th>
|
|
|
|
</tr>
|
|
|
|
</thead>
|
|
|
|
<tr>
|
|
|
|
<td class="hotkey">g</td>
|
|
|
|
<td class="definition">{% trans %}Toggle the gear menu{% endtrans %}</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td class="hotkey">i</td>
|
|
|
|
<td class="definition">{% trans %}Open message menu{% 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">{% trans %}Show keyboard shortcuts{% endtrans %}</td>
|
|
|
|
</tr>
|
|
|
|
</table>
|
2014-02-18 17:40:18 +01:00
|
|
|
</div>
|
2017-04-14 05:08:52 +02:00
|
|
|
<hr/>
|
|
|
|
<a href="/help/keyboard-shortcuts" target="_blank">Detailed keyboard shortcuts documentation</a>
|
2012-10-24 22:53:19 +02:00
|
|
|
</div>
|
|
|
|
</div>
|