From c022dc68ae645f7003c0ed68a11f3bd3dd849e19 Mon Sep 17 00:00:00 2001 From: Tamara Hogenhout Date: Fri, 16 Oct 2015 12:11:58 +0200 Subject: [PATCH] shortcut for engine log --- resources/qml/Actions.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/qml/Actions.qml b/resources/qml/Actions.qml index 865c0b749b..2c42275e0d 100644 --- a/resources/qml/Actions.qml +++ b/resources/qml/Actions.qml @@ -215,5 +215,6 @@ Item id: showEngineLogAction; text: catalog.i18nc("@action:inmenu","Show Engine &Log..."); iconName: "view-list-text"; + shortcut: StandardKey.WhatsThis; } }