From 969b4a4a36c2f465de3ab980d13ec513ec6db780 Mon Sep 17 00:00:00 2001 From: obscuren Date: Tue, 27 May 2014 16:23:53 +0200 Subject: Added some shortcuts --- ethereal/assets/qml/wallet.qml | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ethereal/assets/qml') diff --git a/ethereal/assets/qml/wallet.qml b/ethereal/assets/qml/wallet.qml index 5e0904a20..e5a2bc249 100644 --- a/ethereal/assets/qml/wallet.qml +++ b/ethereal/assets/qml/wallet.qml @@ -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 { -- cgit v1.2.3