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; } }