diff --git a/src/public/javascripts/services/link.js b/src/public/javascripts/services/link.js index ddbf7987d..25422f33d 100644 --- a/src/public/javascripts/services/link.js +++ b/src/public/javascripts/services/link.js @@ -122,7 +122,7 @@ function tabContextMenu(e) { contextMenuService.initContextMenu(e, { getContextMenuItems: () => { return [ - {title: "Open note in new tab", cmd: "openNoteInNewTab", uiIcon: "empty"} + {title: "Open note in new tab", cmd: "openNoteInNewTab", uiIcon: "arrow-up-right"} ]; }, selectContextMenuItem: (e, cmd) => { diff --git a/src/views/dialogs/help.ejs b/src/views/dialogs/help.ejs index 819b3ac2a..07b8d4fee 100644 --- a/src/views/dialogs/help.ejs +++ b/src/views/dialogs/help.ejs @@ -29,6 +29,26 @@ +
+
+
Tab shortcuts
+ +

+

+ + Only in desktop (electron build): + +

+
+
+
Creating notes