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'],