mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Comment out the share modal keyboard command
This commit is contained in:
parent
adb8158b66
commit
7e3ee0f931
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