keyboard_shortcuts: Add hotkeys for recent topics.

This commit is contained in:
Aman Agrawal 2020-06-26 13:52:19 +05:30 committed by Tim Abbott
parent 44b73bae23
commit e56910e22d
2 changed files with 25 additions and 0 deletions

View File

@ -232,6 +232,23 @@
</tr>
</table>
</div>
<div>
<table class="hotkeys_table table table-striped table-bordered table-condensed">
<thead>
<tr>
<th colspan="2">{{ _("Recent topics") }}</th>
</tr>
</thead>
<tr>
<td class="definition">{% trans %}View recent topics{% endtrans %}</td>
<td><span class="hotkey"><kbd>T</kbd></span></td>
</tr>
<tr>
<td class="definition">{% trans %}Hide recent topics{% endtrans %}</td>
<td><span class="hotkey"><kbd>Esc</kbd></span></td>
</tr>
</table>
</div>
<div>
<table class="hotkeys_table table table-striped table-bordered table-condensed">
<thead>

View File

@ -137,6 +137,14 @@ title="thumbs up"/>**: `+`
(including All messages), and don't contribute to unread counts. Read more about
[muting topics](/help/mute-a-topic).
## Recent Topics
* **View Recent Topics**: `t`
* **Hide Recent Topics**: `Esc`
Keyboard navigation (e.g. arrow keys) works as expected.
Use `Enter` to engage with elements.
## Drafts
* **Toggle drafts view**: `d`