mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Update the docs for the highlight keyboard shortcuts
This commit is contained in:
parent
f85b037d93
commit
945951b092
1 changed files with 2 additions and 2 deletions
|
|
@ -199,13 +199,13 @@ export function highlightBarKeyboardCommands(
|
|||
{
|
||||
shortcutKeys: ['shift', 'h'],
|
||||
actionDescription: 'Highlight selected text',
|
||||
shortcutKeyDescription: 'shift + h',
|
||||
shortcutKeyDescription: 'h',
|
||||
callback: () => actionHandler('createHighlight'),
|
||||
},
|
||||
{
|
||||
shortcutKeys: ['shift', 'c'],
|
||||
actionDescription: 'Annotate selected text',
|
||||
shortcutKeyDescription: 'shift + c',
|
||||
shortcutKeyDescription: 'n',
|
||||
callback: () => setTimeout(() => actionHandler('openNoteModal'), 0),
|
||||
},
|
||||
// {
|
||||
|
|
|
|||
Loading…
Reference in a new issue