Added some shortcuts
This commit is contained in:
@@ -24,11 +24,21 @@ ApplicationWindow {
|
||||
shortcut: "Ctrl+o"
|
||||
onTriggered: openAppDialog.open()
|
||||
}
|
||||
}
|
||||
|
||||
Menu {
|
||||
title: "Tools"
|
||||
MenuItem {
|
||||
text: "Muted"
|
||||
shortcut: "Ctrl+e"
|
||||
onTriggered: ui.muted("")
|
||||
}
|
||||
|
||||
MenuItem {
|
||||
text: "Debugger"
|
||||
shortcut: "Ctrl+d"
|
||||
onTriggered: ui.startDebugger()
|
||||
}
|
||||
}
|
||||
|
||||
Menu {
|
||||
|
Reference in New Issue
Block a user