summaryrefslogtreecommitdiffstats
path: root/src/widget/wlibrarysidebar.cpp
diff options
context:
space:
mode:
authorDaniel Schürmann <daschuer@mixxx.org>2018-03-25 08:41:19 +0200
committerDaniel Schürmann <daschuer@mixxx.org>2018-03-25 08:41:19 +0200
commit0b0c98a4f01223202a21e265e4c20558e7f67d23 (patch)
treef604528995aa377e7dbd6e99a6e512e353d7fac4 /src/widget/wlibrarysidebar.cpp
parente3eee9c067ae88aaa6deb62f4f9418a2ceb6b7bc (diff)
outline the future solution
Diffstat (limited to 'src/widget/wlibrarysidebar.cpp')
-rw-r--r--src/widget/wlibrarysidebar.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/widget/wlibrarysidebar.cpp b/src/widget/wlibrarysidebar.cpp
index 70898e92dd..700c444a85 100644
--- a/src/widget/wlibrarysidebar.cpp
+++ b/src/widget/wlibrarysidebar.cpp
@@ -194,6 +194,10 @@ void WLibrarySidebar::keyPressEvent(QKeyEvent* event) {
emit(pressed(index));
}
return;
+ //} else if (event->key() == Qt::Key_Enter && (event->modifiers() & Qt::AltModifier)) {
+ // // encoder click via "GoToItem"
+ // qDebug() << "GoToItem";
+ // TODO(xxx) decide what todo here instead of in librarycontrol
}
// Fall through to deafult handler.