From e484a08e8dd3fdd15b3298a432d41cdc8a98f21f Mon Sep 17 00:00:00 2001 From: Tobias Fella Date: Tue, 25 Apr 2023 14:54:09 +0200 Subject: [PATCH] Fix Keys in QuickSwitcher --- src/qml/Component/QuickSwitcher.qml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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