mirror of https://github.com/zulip/zulip.git
docs: Advertise Inbox and Recent view navigation shortcuts.
Add to the help center and in-app shortcuts overlay, near the existing "Go to combined feed" shortcut, documentation for the similar inbox/recent view navigation shortcuts.
This commit is contained in:
parent
a20673a267
commit
697c79a6cc
|
@ -108,6 +108,10 @@ in the Zulip app to add more to your repertoire as needed.
|
|||
* **Cycle between channel views**: <kbd>Shift</kbd> + <kbd>A</kbd>
|
||||
(previous) and <kbd>Shift</kbd> + <kbd>D</kbd> (next)
|
||||
|
||||
* **Go to inbox**: <kbd>Shift</kbd> + <kbd>I</kbd> — Shows conversations with unread messages.
|
||||
|
||||
* **Go to recent conversations**: <kbd>T</kbd>
|
||||
|
||||
* **Go to combined feed**: <kbd>A</kbd> — Shows all unmuted messages.
|
||||
|
||||
* **Go to starred messages**: <kbd>*</kbd>
|
||||
|
|
|
@ -171,6 +171,14 @@
|
|||
<td class="definition">{{t 'Cycle between channel views' }}</td>
|
||||
<td><span class="hotkey"><kbd>Shift</kbd> + <kbd>A</kbd> or <kbd>Shift</kbd> + <kbd>D</kbd></span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="definition">{{t 'Go to inbox' }}</td>
|
||||
<td><span class="hotkey"><kbd>Shift</kbd> + <kbd>I</kbd></span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="definition">{{t 'Go to recent conversations' }}</td>
|
||||
<td><span class="hotkey"><kbd>T</kbd></span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="definition">{{t 'Go to combined feed' }}</td>
|
||||
<td><span class="hotkey"><kbd>A</kbd></span></td>
|
||||
|
|
Loading…
Reference in New Issue