From a301d1db33fdecb0e66495b51019922a9b040c1f Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Fri, 6 Apr 2018 16:45:04 +0200 Subject: Conversation view keyboard navigation --- framework/qml/Messages.qml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'framework/qml/Messages.qml') diff --git a/framework/qml/Messages.qml b/framework/qml/Messages.qml index a3f6ef00..630d05ab 100644 --- a/framework/qml/Messages.qml +++ b/framework/qml/Messages.qml @@ -52,7 +52,11 @@ Item { property string componentDone: "done" - property string nextConversation: "nextConversation" - property string previousConversation: "previousConversation" + property string selectNextConversation: "selectNextConversation" + property string selectPreviousConversation: "selectPreviousConversation" + property string selectNextMessage: "selectNextMessage" + property string selectPreviousMessage: "selectPreviousMessage" + property string selectNextFolder: "selectNextFolder" + property string selectPreviousFolder: "selectPreviousFolder" } -- cgit v1.2.3