Reference add note shortcut key in the help docs

This commit is contained in:
Quincy Morgan
2020-06-29 17:17:06 -04:00
parent 96c29d50fe
commit 8bd331f8c4
3 changed files with 4 additions and 3 deletions
+2 -1
View File
@@ -259,9 +259,10 @@ export function uiPaneHelp(context) {
alt: uiCmd.display('⌥'),
return: uiCmd.display('↵'),
space: t('shortcuts.key.space'),
add_note_key: t('modes.add_note.key'),
shortcuts_key: t('shortcuts.toggle.key'),
// reference localized UI labels directly so that they'll always match
shortcuts_key: t('shortcuts.toggle.key'),
save: t('save.title'),
undo: t('undo.title'),
redo: t('redo.title'),