diff options
Diffstat (limited to 'src/help.cpp')
-rw-r--r-- | src/help.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/help.cpp b/src/help.cpp index 54f42c5f..57890847 100644 --- a/src/help.cpp +++ b/src/help.cpp @@ -298,6 +298,12 @@ void Help::GetKeybindings() # endif // ENABLE_OUTPUTS +# ifdef ENABLE_VISUALIZER + *w << "\n\n " << fmtBold << "Keys - Music visualizer\n -----------------------------------------\n" << fmtBoldEnd; + *w << DisplayKeys(Key.Space) << "Toggle visualization type\n"; +# endif // ENABLE_VISUALIZER + + *w << "\n\n " << fmtBold << "Mouse - Global\n -----------------------------------------\n" << fmtBoldEnd; *w << "\tLeft click on \"Playing/Paused\" " << ": Play/pause\n"; *w << "\tLeft click on progressbar " << ": Go to chosen position in played track\n"; |