Launcher: add key shortcut for Fly!
Ctrl-F, since we don’t have a find function. Requested by Richard, and easy to add :)
This commit is contained in:
parent
43130aa581
commit
aedaf798c0
1 changed files with 2 additions and 0 deletions
|
@ -156,6 +156,8 @@ Item {
|
|||
z: 100
|
||||
|
||||
items: [
|
||||
MenuItem { text:qsTr("Fly!"); shortcut: "Ctrl+F";
|
||||
onTriggered: _launcher.fly(); },
|
||||
MenuItem { text:qsTr("Open saved configuration..."); shortcut: "Ctrl+O";
|
||||
onTriggered: _launcher.openConfig(); },
|
||||
MenuItem { text:qsTr("Save configuration as..."); shortcut: "Ctrl+S";
|
||||
|
|
Loading…
Reference in a new issue