starlight_help/src/content/include/_ReadingConversations.mdx
import {Steps, TabItem, Tabs} from "@astrojs/starlight/components";
import KeyboardTip from "../../components/KeyboardTip.astro"; import ConversationDefinition from "../include/_ConversationDefinition.mdx"; import ConversationRecommendation from "../include/_ConversationRecommendation.mdx"; import InboxInstructions from "../include/_InboxInstructions.mdx"; import InboxIntro from "../include/_InboxIntro.mdx"; import LeftSidebarConversations from "../include/_LeftSidebarConversations.mdx"; import RecentConversations from "../include/_RecentConversations.mdx";
import ChevronDownIcon from "~icons/fa/chevron-down";
<ConversationDefinition /> <ConversationRecommendation /><KeyboardTip>
Use the <kbd>N</kbd> key to go to the next unread topic, or <kbd>Shift</kbd> + <kbd>N</kbd>
for the next unread [followed](/help/follow-a-topic) topic, or <kbd>P</kbd> for the next
unread direct message conversation.
</KeyboardTip>