mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-25 12:38:48 +03:00
Add alternative shortcut to Alt-A for systems, where that is taken already
This commit is contained in:
parent
eb1e54c8df
commit
926c7a89ad
1 changed files with 3 additions and 1 deletions
|
@ -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 a new issue