diff --git a/src/qml/Component/QuickSwitcher.qml b/src/qml/Component/QuickSwitcher.qml index 975362769..bf12b0c2a 100644 --- a/src/qml/Component/QuickSwitcher.qml +++ b/src/qml/Component/QuickSwitcher.qml @@ -24,7 +24,6 @@ QQC2.Dialog { anchors.centerIn: applicationWindow().overlay - Keys.forwardTo: searchField Shortcut { sequence: "Ctrl+K" @@ -69,6 +68,9 @@ QQC2.Dialog { QQC2.ScrollView { anchors.fill: parent + + Keys.forwardTo: searchField + ListView { id: roomList