mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Merge pull request #210 from omnivore-app/fix/share-keyboard-cmd
This commit is contained in:
commit
f61dd5635d
1 changed files with 7 additions and 6 deletions
|
|
@ -139,12 +139,13 @@ export function libraryListCommands(
|
|||
shortcutKeyDescription: 'shift + u',
|
||||
callback: () => actionHandler('markItemAsUnread'),
|
||||
},
|
||||
{
|
||||
shortcutKeys: ['shift', 's'],
|
||||
actionDescription: 'Open share modal',
|
||||
shortcutKeyDescription: 'shift + s',
|
||||
callback: () => actionHandler('shareItem'),
|
||||
},
|
||||
// Commented out until we re-enable highlight sharing
|
||||
// {
|
||||
// shortcutKeys: ['shift', 's'],
|
||||
// actionDescription: 'Open share modal',
|
||||
// shortcutKeyDescription: 'shift + s',
|
||||
// callback: () => actionHandler('shareItem'),
|
||||
// },
|
||||
{
|
||||
shortcutKeys: ['s', 'o'],
|
||||
actionDescription: 'Sort item in ascending order',
|
||||
|
|
|
|||
Loading…
Reference in a new issue