summarylogtreecommitdiffstats
path: root/Improve collection tree keyboard navigation.diff
blob: b17bcb5835055af669318e28957211515155736c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
diff --git a/src/browsers/CollectionTreeView.cpp b/src/browsers/CollectionTreeView.cpp
index a6741b6842db9bf842836346f6c63e16a23569c8..8d4e4b41cfe8b8053cd66f3272db2ec524ac0e55 100644
--- a/src/browsers/CollectionTreeView.cpp
+++ b/src/browsers/CollectionTreeView.cpp
@@ -569,15 +569,6 @@ CollectionTreeView::keyPressEvent( QKeyEvent *event )
             break;
         case Qt::Key_Down:
             break;
-        // L and R should magically work when we get a patched version of qt
-        case Qt::Key_Right:
-        case Qt::Key_Direction_R:
-            expand( current );
-            return;
-        case Qt::Key_Left:
-        case Qt::Key_Direction_L:
-            collapse( current );
-            return;
         default:
             break;
     }