@ -1,3 +1,7 @@
ncmpcpp-0.6.5 (????-??-??)
* Description of mouse wheel usage on volume is now correct.
ncmpcpp-0.6.4 (2015-05-02)
* Fix title of a pop-up which shows during adding selected items to the current playlist.
@ -381,7 +381,7 @@ void write_bindings(NC::Scrollpad &w)
mouse(w, "Left click on \"Playing/Paused\"", "Play/pause");
mouse(w, "Left click on progressbar", "Jump to pointed position in playing song");
w << '\n';
mouse(w, "Mouse wheel on \"Volume: xx\"", "Play/pause");
mouse(w, "Mouse wheel on \"Volume: xx\"", "Adjust volume");
mouse(w, "Mouse wheel on main window", "Scroll");
mouse_section(w, "Playlist");