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:
AJ Kerrigan 2024-09-26 16:13:35 -04:00 committed by GitHub
parent a20673a267
commit 697c79a6cc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 12 additions and 0 deletions

View File

@ -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>

View File

@ -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>