From 928ed7a034f52088abe28097f11cf04e61b3a299 Mon Sep 17 00:00:00 2001 From: zadam Date: Sun, 22 Nov 2020 22:44:06 +0100 Subject: [PATCH] add keyboard shortcut for include note, closes #1410 --- src/services/keyboard_actions.js | 6 ++++++ 1 file changed, 6 insertions(+) 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)"