Merge pull request #3938 from meichthys/keyboardshortcut

Change KeybaordLauncher to KeyboardShortcut
This commit is contained in:
zadam 2023-05-16 22:37:00 +02:00 committed by GitHub
commit cb3b03537c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View File

@ -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>

View File

@ -3,7 +3,7 @@
<ol> <ol>
<li><code>target</code> - note which should be opened upon activating the launcher</li> <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>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> </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>

View File

@ -2,7 +2,7 @@
<ol> <ol>
<li><code>script</code> - relation to the script note which should be executed upon launcher activation</li> <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> </ol>
<h4>Example script</h4> <h4>Example script</h4>