Browse Source

Add Ctrl+D shortcut to clear platform. Fixes #475

Adam Goldsmith 9 years ago
parent
commit
b8af18bd47
1 changed files with 1 additions and 0 deletions
  1. 1 0
      resources/qml/Actions.qml

+ 1 - 0
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