From 697c79a6cc3c554f85c54e1cf88ca2de1453a418 Mon Sep 17 00:00:00 2001 From: AJ Kerrigan Date: Thu, 26 Sep 2024 16:13:35 -0400 Subject: [PATCH] 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. --- help/keyboard-shortcuts.md | 4 ++++ web/templates/keyboard_shortcuts.hbs | 8 ++++++++ 2 files changed, 12 insertions(+) diff --git a/help/keyboard-shortcuts.md b/help/keyboard-shortcuts.md index 3f6c279a12..b1334d8f6d 100644 --- a/help/keyboard-shortcuts.md +++ b/help/keyboard-shortcuts.md @@ -108,6 +108,10 @@ in the Zulip app to add more to your repertoire as needed. * **Cycle between channel views**: Shift + A (previous) and Shift + D (next) +* **Go to inbox**: Shift + I — Shows conversations with unread messages. + +* **Go to recent conversations**: T + * **Go to combined feed**: A — Shows all unmuted messages. * **Go to starred messages**: * diff --git a/web/templates/keyboard_shortcuts.hbs b/web/templates/keyboard_shortcuts.hbs index 960e36fb19..515acca0f0 100644 --- a/web/templates/keyboard_shortcuts.hbs +++ b/web/templates/keyboard_shortcuts.hbs @@ -171,6 +171,14 @@ {{t 'Cycle between channel views' }} Shift + A or Shift + D + + {{t 'Go to inbox' }} + Shift + I + + + {{t 'Go to recent conversations' }} + T + {{t 'Go to combined feed' }} A