diff --git a/lookandfeel/contents/runcommand/RunCommand.qml b/lookandfeel/contents/runcommand/RunCommand.qml index 66e41e19e..fd0a71600 100644 --- a/lookandfeel/contents/runcommand/RunCommand.qml +++ b/lookandfeel/contents/runcommand/RunCommand.qml @@ -114,8 +114,8 @@ ColumnLayout { results.incrementCurrentIndex(); } } - Keys.onEnterPressed: results.runCurrentIndex() - Keys.onReturnPressed: results.runCurrentIndex() + Keys.onEnterPressed: results.runCurrentIndex(event) + Keys.onReturnPressed: results.runCurrentIndex(event) Keys.onEscapePressed: { runnerWindow.visible = false