diff --git a/src/tui/screen_dashboard.cpp b/src/tui/screen_dashboard.cpp index f026128..751b31f 100644 --- a/src/tui/screen_dashboard.cpp +++ b/src/tui/screen_dashboard.cpp @@ -44,6 +44,7 @@ Component Tui::BuildDashboardScreen() { Element early_help = RenderHelpPanel("dashboard", { {"c", "console"}, + {"o", "open/run a script"}, {"a", "analyze"}, {"h", "help screen"}, {"q", "quit"}, @@ -57,7 +58,7 @@ Component Tui::BuildDashboardScreen() { hbox({ vbox({ text(" no system loaded — run 'new' or 'restore '") | dim, - text(" (press 'c' for the console, or Ctrl-P for the palette)") | dim, + text(" (press 'o' to open a script, 'c' for the console, Ctrl-P for the palette)") | dim, filler(), }) | flex, separator(),