|
|
|
|
@ -78,13 +78,14 @@ ColumnLayout { |
|
|
|
|
Layout.alignment: Qt.AlignTop |
|
|
|
|
PlasmaComponents3.ToolButton { |
|
|
|
|
icon.name: "configure" |
|
|
|
|
visible:false |
|
|
|
|
onClicked: { |
|
|
|
|
runnerWindow.visible = false |
|
|
|
|
runnerWindow.displayConfiguration() |
|
|
|
|
} |
|
|
|
|
Accessible.name: i18nd("plasma_lookandfeel_org.kde.lookandfeel", "Configure") |
|
|
|
|
Accessible.description: i18nd("plasma_lookandfeel_org.kde.lookandfeel", "Configure Search Plugins") |
|
|
|
|
visible: runnerWindow.canConfigure |
|
|
|
|
|
|
|
|
|
PlasmaComponents3.ToolTip { |
|
|
|
|
text: i18nd("plasma_lookandfeel_org.kde.lookandfeel", "Configure KRunner...") |
|
|
|
|
} |
|
|
|
|
@ -308,7 +309,7 @@ ColumnLayout { |
|
|
|
|
} |
|
|
|
|
Keys.onReturnPressed: runCurrentIndex(event) |
|
|
|
|
Keys.onEnterPressed: runCurrentIndex(event) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Keys.onTabPressed: { |
|
|
|
|
if (currentIndex == listView.count-1) { |
|
|
|
|
listView.nextItemInFocusChain(true).forceActiveFocus(); |
|
|
|
|
@ -339,7 +340,7 @@ ColumnLayout { |
|
|
|
|
queryField.focus = true; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Keys.onUpPressed: decrementCurrentIndex() |
|
|
|
|
Keys.onDownPressed: incrementCurrentIndex() |
|
|
|
|
|
|
|
|
|
|