From bd6939e3b37ab7e8a1d72ac79fdaee525419964d Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Thu, 26 Jul 2018 18:04:42 +0200 Subject: Replace icons with hotkeys during keyboard focus. The icons are distracting and not particularly useful when going through the list. And the hotkeys allow for keyboard interaction anyways. --- views/conversation/qml/View.qml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'views/conversation') 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 { ListElement { description: qsTr("Compose new message:"); shortcut: "c" } ListElement { description: qsTr("Reply to the currently focused message:"); shortcut: "r" } ListElement { description: qsTr("Delete the currently focused message:"); shortcut: "d" } + ListElement { description: qsTr("Mark the currently focused message as important:"); shortcut: "i" } + ListElement { description: qsTr("Mark the currently focused message as unread:"); shortcut: "u" } ListElement { description: qsTr("Show this help text:"); shortcut: "?" } } } -- cgit v1.2.3