From 21127389f54566d0da7fb437e84e0a3af2471e14 Mon Sep 17 00:00:00 2001 From: Jackson Harper Date: Sat, 15 Apr 2023 11:50:03 +0800 Subject: [PATCH] Add fullscreen to keyboard help modal --- .../web/components/templates/KeyboardShortcutListModal.tsx | 6 ++++++ 1 file changed, 6 insertions(+) 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'],