From 82b1cc4e5f5a13793b3347c69292be22292aa82c Mon Sep 17 00:00:00 2001 From: Guillaume Girol Date: Sat, 11 Sep 2021 12:00:00 +0000 Subject: add Alt+A keybinding to switch to next room with unread messages --- resources/qml/Root.qml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'resources/qml/Root.qml') diff --git a/resources/qml/Root.qml b/resources/qml/Root.qml index cc7d32ea..4207f35b 100644 --- a/resources/qml/Root.qml +++ b/resources/qml/Root.qml @@ -120,6 +120,11 @@ Page { } } + Shortcut { + sequence: "Alt+A" + onActivated: Rooms.nextRoomWithActivity() + } + Shortcut { sequence: "Ctrl+Down" onActivated: Rooms.nextRoom() -- cgit 1.5.1