From b8af18bd476229a2d37293396df191c877e9f3e7 Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Thu, 22 Oct 2015 10:39:30 -0400 Subject: [PATCH] Add Ctrl+D shortcut to clear platform. Fixes #475 --- resources/qml/Actions.qml | 1 + 1 file changed, 1 insertion(+) 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