Merge pull request #970 from omnivore-app/fix/shortcuts-help

Update the docs for the highlight keyboard shortcuts
This commit is contained in:
Jackson Harper 2022-07-14 20:59:57 -07:00 committed by GitHub
commit 0be41f0169
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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),
},
// {