2012-11-05 16:57:52 +01:00
|
|
|
|
<div class="modal hide" id="keyboard-shortcuts" tabindex="-1" role="dialog"
|
2012-10-25 06:09:28 +02:00
|
|
|
|
aria-labelledby="keyboard-shortcuts-label" aria-hidden="true">
|
2012-10-24 22:53:19 +02:00
|
|
|
|
<div class="modal-header">
|
|
|
|
|
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
|
2016-04-21 08:48:33 +02:00
|
|
|
|
<h3 id="keyboard-shortcuts-label">{% trans %}Keyboard shortcuts{% endtrans %}</h3>
|
2012-10-24 22:53:19 +02:00
|
|
|
|
</div>
|
|
|
|
|
<div class="modal-body">
|
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>
|
|
|
|
|
<td class="hotkey">Up or 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>
|
|
|
|
|
<td class="hotkey">Down or 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>
|
|
|
|
|
<td class="hotkey">End</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>
|
|
|
|
|
</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>
|
|
|
|
|
<td class="hotkey">Enter or 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>
|
|
|
|
|
<tr>
|
|
|
|
|
<td class="hotkey">Tab then 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>
|
|
|
|
|
<tr>
|
|
|
|
|
<td class="hotkey">Esc</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>
|
|
|
|
|
<td class="hotkey">v</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>
|
2014-02-14 19:32:40 +01:00
|
|
|
|
<tr>
|
|
|
|
|
<td class="hotkey">A or 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>
|
|
|
|
|
<td class="hotkey">Esc</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>
|
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">{{ _("Menus") }}</th>
|
2014-02-18 17:40:18 +01:00
|
|
|
|
</tr>
|
|
|
|
|
</thead>
|
|
|
|
|
<tr>
|
|
|
|
|
<td class="hotkey">i</td>
|
2016-04-21 08:48:33 +02:00
|
|
|
|
<td class="definition">{% trans %}Open message actions menu{% endtrans %}</td>
|
2014-02-18 17:40:18 +01:00
|
|
|
|
</tr>
|
|
|
|
|
<tr id="edit-message-hotkey-help">
|
|
|
|
|
<td class="hotkey">i then Enter</td>
|
2016-04-21 08:48:33 +02:00
|
|
|
|
<td class="definition">{% trans %}Edit a message you sent{% endtrans %}</td>
|
2014-02-18 17:40:18 +01:00
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td class="hotkey">?</td>
|
2016-04-21 08:48:33 +02:00
|
|
|
|
<td class="definition">{% trans %}Show these keyboard shortcuts{% endtrans %}</td>
|
2014-02-18 17:40:18 +01:00
|
|
|
|
</tr>
|
|
|
|
|
</table>
|
|
|
|
|
</div>
|
2012-10-24 22:53:19 +02:00
|
|
|
|
</div>
|
|
|
|
|
<div class="modal-footer">
|
2016-04-21 08:48:33 +02:00
|
|
|
|
<button class="btn btn-primary" data-dismiss="modal" aria-hidden="true">{{ _("Close") }}</button>
|
2012-10-24 22:53:19 +02:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|