diff --git a/resources/qml/Actions.qml b/resources/qml/Actions.qml index 2c42275e0d..9a2a0a5378 100644 --- a/resources/qml/Actions.qml +++ b/resources/qml/Actions.qml @@ -181,6 +181,7 @@ Item id: deleteAllAction; text: catalog.i18nc("@action:inmenu","&Clear Build Platform"); iconName: "edit-delete"; + shortcut: "Ctrl+D"; } Action