Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Commit 9b1ddd9

Browse files
committed
Add help for CTRL+SHIFT+CLICK
1 parent 5944d0a commit 9b1ddd9

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

apps/client/src/translations/en/translation.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,8 @@
126126
"collapseWholeTree": "collapse whole note tree",
127127
"collapseSubTree": "collapse sub-tree",
128128
"tabShortcuts": "Tab shortcuts",
129-
"newTabNoteLink": "<kbd>CTRL+click</kbd> - (or middle mouse click) on note link opens note in a new tab",
129+
"newTabNoteLink": "<kbd>Ctrl+click</kbd> - (or <kbd>middle mouse click</kbd>) on note link opens note in a new tab",
130+
"newTabWithActivationNoteLink": "<kbd>Ctrl+Shift+click</kbd> - (or <kbd>Shift+middle mouse click</kbd>) on note link opens and activates the note in a new tab",
130131
"onlyInDesktop": "Only in desktop (Electron build)",
131132
"openEmptyTab": "open empty tab",
132133
"closeActiveTab": "close active tab",

apps/client/src/widgets/dialogs/help.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ const TPL = /*html*/`
3838
<p class="card-text">
3939
<ul>
4040
<li>${t("help.newTabNoteLink")}</li>
41+
<li>${t("help.newTabWithActivationNoteLink")}</li>
4142
</ul>
4243
<h6>${t("help.onlyInDesktop")}:</h6>
4344
<ul>

0 commit comments

Comments
 (0)