diff --git a/lookandfeel/contents/windowswitcher/WindowSwitcher.qml b/lookandfeel/contents/windowswitcher/WindowSwitcher.qml --- a/lookandfeel/contents/windowswitcher/WindowSwitcher.qml +++ b/lookandfeel/contents/windowswitcher/WindowSwitcher.qml @@ -87,6 +87,10 @@ width: parent.width - 2 * units.smallSpacing spacing: units.smallSpacing + focus: index == thumbnailListView.currentIndex + Accessible.name: model.caption + Accessible.role: Accessible.Client + Item { Layout.fillWidth: true Layout.preferredHeight: Math.round(width / tabBox.screenFactor)