From b4d97c0ede34da8a7e4735d199524d76ed48c868 Mon Sep 17 00:00:00 2001 From: Jackson Harper Date: Fri, 1 Sep 2023 14:04:51 +0800 Subject: [PATCH] Remove section on multi select from reader keyboard commands --- .../web/components/templates/KeyboardShortcutListModal.tsx | 6 ------ 1 file changed, 6 deletions(-) diff --git a/packages/web/components/templates/KeyboardShortcutListModal.tsx b/packages/web/components/templates/KeyboardShortcutListModal.tsx index 3285446d8..79e90b765 100644 --- a/packages/web/components/templates/KeyboardShortcutListModal.tsx +++ b/packages/web/components/templates/KeyboardShortcutListModal.tsx @@ -76,12 +76,6 @@ const readerCommands = () => { shortcutKeyDescription: 'f', callback: () => {}, }, - { - shortcutKeys: ['escape'], - actionDescription: 'End multi select', - shortcutKeyDescription: 'Escape', - callback: () => {}, - }, { actionDescription: 'Return to library', shortcutKeys: ['u'],