diff --git a/packages/web/components/templates/KeyboardShortcutListModal.tsx b/packages/web/components/templates/KeyboardShortcutListModal.tsx index 344dfe925..7efb60b7f 100644 --- a/packages/web/components/templates/KeyboardShortcutListModal.tsx +++ b/packages/web/components/templates/KeyboardShortcutListModal.tsx @@ -70,6 +70,12 @@ const readerCommands = () => { shortcutKeyDescription: 'o', callback: () => {}, }, + { + actionDescription: 'Read fullscreen', + shortcutKeys: ['f'], + shortcutKeyDescription: 'f', + callback: () => {}, + }, { actionDescription: 'Return to library', shortcutKeys: ['u'],