mirror of
https://github.com/zadam/trilium.git
synced 2025-03-01 14:22:32 +01:00
Merge pull request #3938 from meichthys/keyboardshortcut
Change KeybaordLauncher to KeyboardShortcut
This commit is contained in:
commit
cb3b03537c
@ -1 +1 @@
|
||||
<p>Keyboard launcher for this launcher action can be configured in Options -> Launchers.</p>
|
||||
<p>Keyboard shortcut for this launcher action can be configured in Options -> Shortcuts.</p>
|
||||
|
@ -3,7 +3,7 @@
|
||||
<ol>
|
||||
<li><code>target</code> - note which should be opened upon activating the launcher</li>
|
||||
<li><code>hoistedNote</code> - optional, will change the hoisted note before opening the target note</li>
|
||||
<li><code>keyboardLauncher</code> - optional, pressing the keyboard launcher will open the note</li>
|
||||
<li><code>keyboardShortcut</code> - optional, pressing the keyboard shortcut will open the note</li>
|
||||
</ol>
|
||||
|
||||
<p>Launchbar displays the title / icon from the launcher which does not necessarily mirrors those of the target note.</p>
|
||||
<p>Launchbar displays the title / icon from the launcher which does not necessarily mirror those of the target note.</p>
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
<ol>
|
||||
<li><code>script</code> - relation to the script note which should be executed upon launcher activation</li>
|
||||
<li><code>keyboardLauncher</code> - optional, pressing the keyboard launcher will activate the launcher</li>
|
||||
<li><code>keyboardShortcut</code> - optional, pressing the keyboard shortcut will activate the launcher</li>
|
||||
</ol>
|
||||
|
||||
<h4>Example script</h4>
|
||||
|
Loading…
x
Reference in New Issue
Block a user