Remove section on multi select from reader keyboard commands
This commit is contained in:
@ -76,12 +76,6 @@ const readerCommands = () => {
|
||||
shortcutKeyDescription: 'f',
|
||||
callback: () => {},
|
||||
},
|
||||
{
|
||||
shortcutKeys: ['escape'],
|
||||
actionDescription: 'End multi select',
|
||||
shortcutKeyDescription: 'Escape',
|
||||
callback: () => {},
|
||||
},
|
||||
{
|
||||
actionDescription: 'Return to library',
|
||||
shortcutKeys: ['u'],
|
||||
|
||||
Reference in New Issue
Block a user