mirror of
https://github.com/zulip/zulip.git
synced 2025-11-09 16:37:23 +00:00
keyboard_shortcuts: Add hotkeys for recent topics.
This commit is contained in:
@@ -232,6 +232,23 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</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>
|
<div>
|
||||||
<table class="hotkeys_table table table-striped table-bordered table-condensed">
|
<table class="hotkeys_table table table-striped table-bordered table-condensed">
|
||||||
<thead>
|
<thead>
|
||||||
|
|||||||
@@ -137,6 +137,14 @@ title="thumbs up"/>**: `+`
|
|||||||
(including All messages), and don't contribute to unread counts. Read more about
|
(including All messages), and don't contribute to unread counts. Read more about
|
||||||
[muting topics](/help/mute-a-topic).
|
[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
|
## Drafts
|
||||||
|
|
||||||
* **Toggle drafts view**: `d`
|
* **Toggle drafts view**: `d`
|
||||||
|
|||||||
Reference in New Issue
Block a user