diff --git a/src/services/keyboard_actions.js b/src/services/keyboard_actions.js index bb19dbeed..c32881815 100644 --- a/src/services/keyboard_actions.js +++ b/src/services/keyboard_actions.js @@ -307,6 +307,12 @@ const DEFAULT_KEYBOARD_ACTIONS = [ description: "Cuts the selection from the current note and creates subnote with the selected text", scope: "text-detail" }, + { + actionName: "addIncludeNoteToText", + defaultShortcuts: [], + description: "Opens the dialog to include a note", + scope: "text-detail" + }, { separator: "Attributes (labels & relations)"