mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Remove section on multi select from reader keyboard commands
This commit is contained in:
parent
29e0263648
commit
b4d97c0ede
1 changed files with 0 additions and 6 deletions
|
|
@ -76,12 +76,6 @@ const readerCommands = () => {
|
|||
shortcutKeyDescription: 'f',
|
||||
callback: () => {},
|
||||
},
|
||||
{
|
||||
shortcutKeys: ['escape'],
|
||||
actionDescription: 'End multi select',
|
||||
shortcutKeyDescription: 'Escape',
|
||||
callback: () => {},
|
||||
},
|
||||
{
|
||||
actionDescription: 'Return to library',
|
||||
shortcutKeys: ['u'],
|
||||
|
|
|
|||
Loading…
Reference in a new issue