Skip to content

Commit

Permalink
Shortcuts are only up to 4 keys
Browse files Browse the repository at this point in the history
  • Loading branch information
Eeems committed Jan 14, 2024
1 parent 29ffd93 commit 4fcae35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions applications/system-service/main.qml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ Window{
onActivated: controller.back()
}
Shortcut{
sequences: [Qt.Key_Suspend, "Ctrl+Shift+Alt+P+S"]
sequences: [Qt.Key_Suspend, "Ctrl+Shift+Alt+S"]
onActivated: controller.suspend()
}
Shortcut{
sequences: [Qt.Key_PowerDown, "Ctrl+Shift+Alt+P+O"]
sequences: [Qt.Key_PowerDown, "Ctrl+Shift+Alt+O"]
onActivated: controller.powerOff()
}
Shortcut{
Expand Down

0 comments on commit 4fcae35

Please sign in to comment.