From ab3d462590e29488e2f5cff8338745347ff80742 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Wed, 4 Apr 2018 13:11:22 +0200 Subject: Keyboard navigation in conversation view. One problem with the current setting is that j/k is used for scrolling in the conversation view, but for moving to the next mail in the maillist view. To normalize this we could be using j/k for moving to the next conversation instead, and n/p to go to the next/previous mail, which is also what gmail does. --- framework/qml/Messages.qml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'framework/qml/Messages.qml') diff --git a/framework/qml/Messages.qml b/framework/qml/Messages.qml index 35aa750a..a3f6ef00 100644 --- a/framework/qml/Messages.qml +++ b/framework/qml/Messages.qml @@ -51,5 +51,8 @@ Item { property string sendOutbox: "sendOutbox" property string componentDone: "done" + + property string nextConversation: "nextConversation" + property string previousConversation: "previousConversation" } -- cgit v1.2.3