From cf4201b084932d4d55a1b54158ebc9f20273af00 Mon Sep 17 00:00:00 2001 From: MeIchthys <10717998+meichthys@users.noreply.github.com> Date: Mon, 15 May 2023 10:11:07 -0400 Subject: [PATCH 1/4] update keyboardlauncher to keyboardShortcut --- src/public/app/doc_notes/launchbar_note_launcher.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/public/app/doc_notes/launchbar_note_launcher.html b/src/public/app/doc_notes/launchbar_note_launcher.html index 74b28296a..7e61eee0a 100644 --- a/src/public/app/doc_notes/launchbar_note_launcher.html +++ b/src/public/app/doc_notes/launchbar_note_launcher.html @@ -3,7 +3,7 @@
  1. target - note which should be opened upon activating the launcher
  2. hoistedNote - optional, will change the hoisted note before opening the target note
  3. -
  4. keyboardLauncher - optional, pressing the keyboard launcher will open the note
  5. +
  6. keyboardShortcut - optional, pressing the keyboard shortcut will open the note

Launchbar displays the title / icon from the launcher which does not necessarily mirrors those of the target note.

From aee520a2094f55b208842b082606a44a2bfbfaa4 Mon Sep 17 00:00:00 2001 From: MeIchthys <10717998+meichthys@users.noreply.github.com> Date: Mon, 15 May 2023 10:12:43 -0400 Subject: [PATCH 2/4] Change keyboardLauncher to keyboardShortcut --- src/public/app/doc_notes/launchbar_script_launcher.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/public/app/doc_notes/launchbar_script_launcher.html b/src/public/app/doc_notes/launchbar_script_launcher.html index 0a17bf523..49e315487 100644 --- a/src/public/app/doc_notes/launchbar_script_launcher.html +++ b/src/public/app/doc_notes/launchbar_script_launcher.html @@ -2,7 +2,7 @@
  1. script - relation to the script note which should be executed upon launcher activation
  2. -
  3. keyboardLauncher - optional, pressing the keyboard launcher will activate the launcher
  4. +
  5. keyboardShortcut - optional, pressing the keyboard shortcut will activate the launcher

Example script

From 9968cba3482b9043690e5a56baea9e4ea4942b31 Mon Sep 17 00:00:00 2001 From: MeIchthys <10717998+meichthys@users.noreply.github.com> Date: Mon, 15 May 2023 10:15:14 -0400 Subject: [PATCH 3/4] singluarify 'mirrors' --- src/public/app/doc_notes/launchbar_note_launcher.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/public/app/doc_notes/launchbar_note_launcher.html b/src/public/app/doc_notes/launchbar_note_launcher.html index 7e61eee0a..403c6e2b4 100644 --- a/src/public/app/doc_notes/launchbar_note_launcher.html +++ b/src/public/app/doc_notes/launchbar_note_launcher.html @@ -6,4 +6,4 @@
  • keyboardShortcut - optional, pressing the keyboard shortcut will open the note
  • -

    Launchbar displays the title / icon from the launcher which does not necessarily mirrors those of the target note.

    +

    Launchbar displays the title / icon from the launcher which does not necessarily mirror those of the target note.

    From 470a0c7b21247a7617ad69138d8eedfa82a403eb Mon Sep 17 00:00:00 2001 From: MeIchthys <10717998+meichthys@users.noreply.github.com> Date: Mon, 15 May 2023 10:21:40 -0400 Subject: [PATCH 4/4] Update launchbar_command_launcher.html to refer to shortcuts --- src/public/app/doc_notes/launchbar_command_launcher.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/public/app/doc_notes/launchbar_command_launcher.html b/src/public/app/doc_notes/launchbar_command_launcher.html index eb228f06a..68eb051a2 100644 --- a/src/public/app/doc_notes/launchbar_command_launcher.html +++ b/src/public/app/doc_notes/launchbar_command_launcher.html @@ -1 +1 @@ -

    Keyboard launcher for this launcher action can be configured in Options -> Launchers.

    +

    Keyboard shortcut for this launcher action can be configured in Options -> Shortcuts.