2023-08-06 13:46:36 -06:00
|
|
|
{
|
|
|
|
"Actions": [
|
|
|
|
{
|
|
|
|
"Name": "Focused App Volume",
|
2023-08-21 23:20:24 -06:00
|
|
|
"Icon": "Images/actionIcon",
|
2023-08-06 13:46:36 -06:00
|
|
|
"States": [
|
|
|
|
{
|
2023-08-21 23:20:24 -06:00
|
|
|
"Image": "Images/stateIcon",
|
2023-08-06 13:46:36 -06:00
|
|
|
"TitleAlignment": "middle",
|
|
|
|
"FontSize": "12"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"Controllers": [ "Encoder" ],
|
|
|
|
"Encoder": {
|
|
|
|
"background": "backgroundImage",
|
|
|
|
"Icon": "Images/actionIcon",
|
|
|
|
"layout": "$B1",
|
|
|
|
"StackColor": "#AABBCC",
|
|
|
|
"TriggerDescription": {
|
|
|
|
"Rotate": "Change the volume",
|
2023-08-20 21:19:33 -06:00
|
|
|
"Push": "Mute",
|
|
|
|
"Touch": "Mute",
|
2023-08-20 22:16:50 -06:00
|
|
|
"LongTouch": "Reset"
|
2023-08-06 13:46:36 -06:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"SupportedInMultiActions": false,
|
|
|
|
"Tooltip": "Control the volume of the focused application",
|
|
|
|
"UUID": "com.dlprows.focusvolumecontrol.dialaction",
|
|
|
|
"PropertyInspectorPath": "PropertyInspector/PluginActionPI.html"
|
|
|
|
}
|
|
|
|
],
|
2023-08-06 21:51:04 -06:00
|
|
|
"Author": "dlprows",
|
2023-08-06 13:46:36 -06:00
|
|
|
"Name": "FocusVolumeControl",
|
|
|
|
"Description": "Control the volume of the focused application",
|
2023-08-20 22:16:50 -06:00
|
|
|
"URL": "https://github.com/dlprows/FocusVolumeControl",
|
2023-08-06 13:46:36 -06:00
|
|
|
"Version": "1.0",
|
|
|
|
"CodePath": "FocusVolumeControl",
|
|
|
|
"Category": "Volume Control [dlprows]",
|
|
|
|
"Icon": "Images/pluginIcon",
|
|
|
|
"CategoryIcon": "Images/categoryIcon",
|
|
|
|
"OS": [
|
|
|
|
{
|
|
|
|
"Platform": "windows",
|
|
|
|
"MinimumVersion": "10"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"SDKVersion": 2,
|
|
|
|
"Software": {
|
|
|
|
"MinimumVersion": "6.0"
|
|
|
|
}
|
|
|
|
}
|