diff --git a/kcms/keys/package/contents/ui/main.qml b/kcms/keys/package/contents/ui/main.qml --- a/kcms/keys/package/contents/ui/main.qml +++ b/kcms/keys/package/contents/ui/main.qml @@ -92,6 +92,14 @@ id: components clip: true model: kcm.filteredModel + add: Transition { + id: transition + PropertyAction { + target: components + property: "currentIndex" + value: transition.ViewTransition.index + } + } delegate: Kirigami.AbstractListItem { id: componentDelegate readonly property color foregroundColor: ListView.isCurrentItem ? activeTextColor : textColor