From 8e2f9664da95dee0ca55a9129e02d298a826f18e Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Mon, 9 Apr 2018 14:49:24 +0200 Subject: A reply shortcut --- views/conversation/qml/View.qml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'views') diff --git a/views/conversation/qml/View.qml b/views/conversation/qml/View.qml index 088b7ae5..33f4868f 100644 --- a/views/conversation/qml/View.qml +++ b/views/conversation/qml/View.qml @@ -204,6 +204,8 @@ FocusScope { ListElement { description: qsTr("Jump to next folder:"); shortcut: "f,n" } ListElement { description: qsTr("Jump to previous previous folder:"); shortcut: "f,p" } ListElement { description: qsTr("Compose new message:"); shortcut: "c" } + ListElement { description: qsTr("Reply to the currently focused message:"); shortcut: "r" } + ListElement { description: qsTr("Delete the currently focused message:"); shortcut: "d" } ListElement { description: qsTr("Show this help text:"); shortcut: "?" } } } -- cgit v1.2.3