Add alternative shortcut to Alt-A for systems, where that is taken already
This commit is contained in:
parent
eb1e54c8df
commit
926c7a89ad
@ -145,7 +145,9 @@ Page {
|
|||||||
}
|
}
|
||||||
|
|
||||||
Shortcut {
|
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()
|
onActivated: Rooms.nextRoomWithActivity()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user