keybinding system rewrite
This commit is contained in:
@@ -69,8 +69,10 @@ class MediaLibrary : public Screen<Window>
|
||||
virtual bool isMergable() { return true; }
|
||||
|
||||
int Columns() { return hasTwoColumns ? 2 : 3; }
|
||||
bool NextColumn();
|
||||
bool PrevColumn();
|
||||
bool isNextColumnAvailable();
|
||||
void NextColumn();
|
||||
bool isPrevColumnAvailable();
|
||||
void PrevColumn();
|
||||
|
||||
void LocateSong(const MPD::Song &);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user