summaryrefslogtreecommitdiffstats
path: root/views/conversation/qml/View.qml
diff options
context:
space:
mode:
Diffstat (limited to 'views/conversation/qml/View.qml')
-rw-r--r--views/conversation/qml/View.qml2
1 files changed, 2 insertions, 0 deletions
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 {
204 ListElement { description: qsTr("Jump to next folder:"); shortcut: "f,n" } 204 ListElement { description: qsTr("Jump to next folder:"); shortcut: "f,n" }
205 ListElement { description: qsTr("Jump to previous previous folder:"); shortcut: "f,p" } 205 ListElement { description: qsTr("Jump to previous previous folder:"); shortcut: "f,p" }
206 ListElement { description: qsTr("Compose new message:"); shortcut: "c" } 206 ListElement { description: qsTr("Compose new message:"); shortcut: "c" }
207 ListElement { description: qsTr("Reply to the currently focused message:"); shortcut: "r" }
208 ListElement { description: qsTr("Delete the currently focused message:"); shortcut: "d" }
207 ListElement { description: qsTr("Show this help text:"); shortcut: "?" } 209 ListElement { description: qsTr("Show this help text:"); shortcut: "?" }
208 } 210 }
209 } 211 }