Support for Shift-Tab to loop backward in list of sources.

This commit is contained in:
brunoherbelin
2021-01-13 14:06:54 +01:00
parent 52eb9284f7
commit 6fdb93a020
3 changed files with 22 additions and 2 deletions

View File

@@ -59,6 +59,7 @@ public:
void setCurrentSource (Node *node);
void setCurrentSource (uint64_t id);
void setCurrentNext ();
void setCurrentPrevious ();
void unsetCurrentSource ();
void setCurrentIndex (int index);