mirror of
https://github.com/zulip/zulip.git
synced 2026-07-15 21:03:26 +08:00
hotkeys: Swap Drafts with Menus.
It seems good to have "Show keyboard shortcuts" be last.
This commit is contained in:
parent
36b66cda74
commit
feeb648e00
@ -159,29 +159,6 @@
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<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>
|
||||
<table class="hotkeys_table table table-striped table-bordered table-condensed">
|
||||
<thead>
|
||||
<tr>
|
||||
@ -225,6 +202,29 @@
|
||||
<td class="definition">{% trans %}Delete selected draft{% endtrans %}</td>
|
||||
</tr>
|
||||
</table>
|
||||
<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>
|
||||
</div>
|
||||
<hr/>
|
||||
<a href="/help/keyboard-shortcuts" target="_blank">Detailed keyboard shortcuts documentation</a>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user