Skip to content
Snippets Groups Projects
Verified Commit 926c7a89 authored by Nicolas Werner's avatar Nicolas Werner
Browse files

Add alternative shortcut to Alt-A for systems, where that is taken already

parent eb1e54c8
No related branches found
No related tags found
No related merge requests found
Pipeline #2342 passed
......@@ -145,7 +145,9 @@ Page {
}
Shortcut {
sequence: "Alt+A"
// Add alternative shortcut, because sometimes Alt+A is stolen by the TextEdit
sequences: ["Alt+A", "Ctrl+Shift+A"]
context: Qt.ApplicationShortcut
onActivated: Rooms.nextRoomWithActivity()
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment