import { Trans } from "@lingui/macro" import { Kbd, Table } from "@mantine/core" export function KeyboardShortcutsHelp() { return (
Refresh R
Open next entry J
Open previous entry K
Set focus on next entry without opening it N
Set focus on previous entry without opening it P
Move the page down Space
Move the page up Shift + Space
Open/close current entry O , Enter
Open current entry in a new tab V
Open current entry in a new tab in the background B , Middle click
Toggle read status of current entry M , Swipe header to the right
Mark all entries as read Shift + A
Go to the All view G A
Navigate to a subscription by entering its name Ctrl + K , G U
Show entry menu (desktop) Right click
Show entry menu (mobile) Long press
Show keyboard shortcut help ?
) }