mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-10-10 15:27:53 -06:00
Adds the backspace as a schortcut to trigger the delete object action.
This StandardKey only works for MacOS, for more info see http://doc.qt.io/QtVirtualKeyboard/qml-qtquick-enterprise-virtualkeyboard-backspacekey.html fixes #237
This commit is contained in:
parent
0962fdddf1
commit
29c307f364
1 changed files with 2 additions and 1 deletions
|
@ -119,6 +119,7 @@ Item {
|
||||||
//: Delete object action
|
//: Delete object action
|
||||||
text: qsTr("Delete Object");
|
text: qsTr("Delete Object");
|
||||||
iconName: "edit-delete";
|
iconName: "edit-delete";
|
||||||
|
shortcut: StandardKey.Backspace;
|
||||||
}
|
}
|
||||||
|
|
||||||
Action {
|
Action {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue