mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-28 22:53:09 +00:00
volumeosd: Remove control binding, as it's done in plasma-pa now
See https://invent.kde.org/plasma/plasma-mobile/-/issues/337
This commit is contained in:
parent
de6c9b8a25
commit
9a81cab748
1 changed files with 0 additions and 26 deletions
|
|
@ -36,30 +36,4 @@ QtObject {
|
|||
}
|
||||
|
||||
property var osd: VolumeOSD {}
|
||||
|
||||
property var actionCollection: VolumeLib.GlobalActionCollection {
|
||||
name: "kmix"
|
||||
displayName: i18n("Audio")
|
||||
|
||||
VolumeLib.GlobalAction {
|
||||
objectName: "increase_volume"
|
||||
text: i18n("Increase Volume")
|
||||
shortcuts: [Qt.Key_VolumeUp]
|
||||
onTriggered: MobileShell.AudioInfo.increaseVolume()
|
||||
}
|
||||
|
||||
VolumeLib.GlobalAction {
|
||||
objectName: "decrease_volume"
|
||||
text: i18n("Decrease Volume")
|
||||
shortcuts: [Qt.Key_VolumeDown]
|
||||
onTriggered: MobileShell.AudioInfo.decreaseVolume()
|
||||
}
|
||||
|
||||
VolumeLib.GlobalAction {
|
||||
objectName: "mute"
|
||||
text: i18n("Mute")
|
||||
shortcuts: [Qt.Key_VolumeMute]
|
||||
onTriggered: MobileShell.AudioInfo.muteVolume()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue