Hide KRunner window when pressing escape

Otherwise the check for the unprintable characters return true
and the search field is focused.

BUG: 444240
wilder-5.24
Alexander Lohnau 4 years ago
parent b0129e27fd
commit 810b0726b2
No known key found for this signature in database
GPG Key ID: 1F58708D54A003E7
  1. 4
      lookandfeel/contents/runcommand/RunCommand.qml

@ -268,6 +268,10 @@ ColumnLayout {
}
}
Keys.onEscapePressed: {
runnerWindow.visible = false
}
onActivated: {
runnerWindow.visible = false
}

Loading…
Cancel
Save