Update the docs for the highlight keyboard shortcuts

This commit is contained in:
Jackson Harper
2022-07-14 20:37:36 -07:00
parent f85b037d93
commit 945951b092

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