From 0927fe07aa72013cd14ff1e1333e2f6f7d509ad4 Mon Sep 17 00:00:00 2001 From: michael Date: Wed, 11 Aug 2021 19:12:19 -0700 Subject: [PATCH] fix: fix spelling error in startup message --- internal/gui/feedback/controller.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/gui/feedback/controller.lua b/internal/gui/feedback/controller.lua index c62897eb..efecf736 100644 --- a/internal/gui/feedback/controller.lua +++ b/internal/gui/feedback/controller.lua @@ -67,7 +67,7 @@ function feedback.update() feedback_view:open() if config.show_start_up_message then - reaper.ShowMessageBox("Hello from inside Reaper Keys! I see the feedback window just opened... Here are some things I have been told to tell you:\n -If the feedback window is focused, I can't hear the keys being pressed, so be sure to unfocus it.\n -If that pesky 'this script is running in the background hur dur' message comes up just check 'new instance' and 'remember' and it will go away\n -Everything you need to configure reaper-keys is in the REAPER/Scripts/reaper-keys/definitions/ directory.\n -If you would like this message to not appear anymore, set the option in definitions/config.lua.\n -If you set that option there will be no one to protect you from the focus stealing of the feedback window.\n -reaper-keys by uses a reduced keymap by default, if you outgrow it, set the option in definitions/config.lua to use the extended defaults.\n -Your mother loves you", "Reaper Keys Open Message", 1) + reaper.ShowMessageBox("Hello from inside Reaper Keys! I see the feedback window just opened... Here are some things I have been told to tell you:\n -If the feedback window is focused, I can't hear the keys being pressed, so be sure to unfocus it.\n -If that pesky 'this script is running in the background hur dur' message comes up just check 'new instance' and 'remember' and it will go away\n -Press (Alt+x) to open up a keybinding menu.\n -Everything you need to configure reaper-keys is in the REAPER/Scripts/reaper-keys/definitions/ directory.\n -If you would like this message to not appear anymore, set the option in definitions/config.lua.\n -If you set that option there will be no one to protect you from the focus stealing of the feedback window.\n -reaper-keys uses a reduced keymap by default, if you want more keybindings, set the option in definitions/config.lua to use the extended defaults.\n -Your mother loves you", "Reaper Keys Open Message", 1) end model.setKeys({open = true})