From 8d3e145e0b8ad007c6bd3820855820e13e20cbf3 Mon Sep 17 00:00:00 2001 From: Kevin Wolf Date: Thu, 23 Feb 2023 17:05:50 +0100 Subject: [PATCH] Jump to first unread message with Shift+PgUp This feature doesn't work very well at the moment, but that's not an excuse not to have a keyboard shortcut for it. As usual, it's the same shortcut as many other chat clients use. --- src/qml/Page/RoomPage.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/qml/Page/RoomPage.qml b/src/qml/Page/RoomPage.qml index ecb519e27..f8a252c83 100644 --- a/src/qml/Page/RoomPage.qml +++ b/src/qml/Page/RoomPage.qml @@ -357,6 +357,7 @@ Kirigami.ScrollablePage { messageListView.goToEvent(currentRoom.readMarkerEventId) } icon.name: "go-up" + shortcut: "Shift+PgUp" } QQC2.ToolTip {