Skip to content

Commit 0927fe0

Browse files
committed
fix: fix spelling error in startup message
1 parent 3ea761d commit 0927fe0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/gui/feedback/controller.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ function feedback.update()
6767
feedback_view:open()
6868

6969
if config.show_start_up_message then
70-
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)
70+
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 <M-x> (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)
7171
end
7272

7373
model.setKeys({open = true})

0 commit comments

Comments
 (0)