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

pull/851/head
Nicolas Werner 3 years ago
parent eb1e54c8df
commit 926c7a89ad
No known key found for this signature in database
GPG Key ID: C8D75E610773F2D9
  1. 4
      resources/qml/Root.qml

@ -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…
Cancel
Save