settings, toggles, and more

This commit is contained in:
Boof2015
2026-08-14 19:02:26 -04:00
parent e712421bad
commit c45451476d
17 changed files with 2144 additions and 66 deletions
+3 -1
View File
@@ -60,8 +60,10 @@ std::string usageText() {
"Controls:\n"
" Tab / Shift-Tab Focus the next or previous panel.\n"
" Enter Expand the focused panel or restore the dashboard.\n"
" s Open settings for the focused scope.\n"
" l Cycle automatic, stacked, and column layouts.\n"
" 1 / 2 Focus Spectrum or Levels.\n"
" v Cycle vectorscope display modes.\n"
" 1 / 2 / 3 / 4 Focus Spectrum, Oscilloscope, Vectorscope, or Levels.\n"
" r Reset analyzers and integrated loudness.\n"
" q / Esc / Ctrl-C Quit.\n";
}