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 1ca0348f..44208fa5 100644
--- a/views/conversation/qml/View.qml
+++ b/views/conversation/qml/View.qml
@@ -52,6 +52,8 @@ Kube.View {
52 ListElement { description: qsTr("Compose new message:"); shortcut: "c" } 52 ListElement { description: qsTr("Compose new message:"); shortcut: "c" }
53 ListElement { description: qsTr("Reply to the currently focused message:"); shortcut: "r" } 53 ListElement { description: qsTr("Reply to the currently focused message:"); shortcut: "r" }
54 ListElement { description: qsTr("Delete the currently focused message:"); shortcut: "d" } 54 ListElement { description: qsTr("Delete the currently focused message:"); shortcut: "d" }
55 ListElement { description: qsTr("Mark the currently focused message as important:"); shortcut: "i" }
56 ListElement { description: qsTr("Mark the currently focused message as unread:"); shortcut: "u" }
55 ListElement { description: qsTr("Show this help text:"); shortcut: "?" } 57 ListElement { description: qsTr("Show this help text:"); shortcut: "?" }
56 } 58 }
57 } 59 }