Remove section on multi select from reader keyboard commands

This commit is contained in:
Jackson Harper
2023-09-01 14:04:51 +08:00
parent 29e0263648
commit b4d97c0ede

View File

@ -76,12 +76,6 @@ const readerCommands = () => {
shortcutKeyDescription: 'f',
callback: () => {},
},
{
shortcutKeys: ['escape'],
actionDescription: 'End multi select',
shortcutKeyDescription: 'Escape',
callback: () => {},
},
{
actionDescription: 'Return to library',
shortcutKeys: ['u'],