diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-04-09 14:49:24 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-04-09 14:49:24 +0200 |
commit | 8e2f9664da95dee0ca55a9129e02d298a826f18e (patch) | |
tree | 9239a1f13e2b44982a36b456c1215ad8b7f71aca /views/conversation/qml/View.qml | |
parent | 19857144241d4169a0eb49737e7a61c481b9609d (diff) | |
download | kube-8e2f9664da95dee0ca55a9129e02d298a826f18e.tar.gz kube-8e2f9664da95dee0ca55a9129e02d298a826f18e.zip |
A reply shortcut
Diffstat (limited to 'views/conversation/qml/View.qml')
-rw-r--r-- | views/conversation/qml/View.qml | 2 |
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 | } |