Skip to content

Commit

Permalink
enable multi actions for most buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
RGPaul committed Jan 25, 2021
1 parent fd13752 commit 9f0b4d0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions com.rgpaul.vlc.sdPlugin/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"Name": "Pause"
}
],
"SupportedInMultiActions": false,
"SupportedInMultiActions": true,
"Tooltip": "Starts or pauses playback.",
"UUID": "com.rgpaul.vlc.play"
},
Expand All @@ -39,7 +39,7 @@
"Image": "images/keys/next"
}
],
"SupportedInMultiActions": false,
"SupportedInMultiActions": true,
"Tooltip": "Jump to next track.",
"UUID": "com.rgpaul.vlc.next"
},
Expand All @@ -51,7 +51,7 @@
"Image": "images/keys/prev"
}
],
"SupportedInMultiActions": false,
"SupportedInMultiActions": true,
"Tooltip": "Jump to previous track.",
"UUID": "com.rgpaul.vlc.prev"
},
Expand All @@ -63,7 +63,7 @@
"Image": "images/keys/volume_up"
}
],
"SupportedInMultiActions": false,
"SupportedInMultiActions": true,
"Tooltip": "Increase the volume.",
"UUID": "com.rgpaul.vlc.volumeup"
},
Expand All @@ -75,7 +75,7 @@
"Image": "images/keys/volume_down"
}
],
"SupportedInMultiActions": false,
"SupportedInMultiActions": true,
"Tooltip": "Decrease the volume.",
"UUID": "com.rgpaul.vlc.volumedown"
}
Expand All @@ -91,7 +91,7 @@
"Category": "VLC Remote",
"CategoryIcon": "images/category",
"URL": "https://github.com/RGPaul/streamdeck-vlc",
"Version": "1.0",
"Version": "1.0.1",
"OS": [
{
"Platform": "mac",
Expand Down

0 comments on commit 9f0b4d0

Please sign in to comment.