Add missing media keys group.
This commit is contained in:
20
script.js
20
script.js
@@ -577,6 +577,26 @@ $(function() {
|
||||
label: 'Pause'
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
groupName: 'Media Keys',
|
||||
groupValues: [
|
||||
{
|
||||
scancode: '',
|
||||
searchTerm: '',
|
||||
label: 'Mute'
|
||||
},
|
||||
{
|
||||
scancode: '',
|
||||
searchTerm: '',
|
||||
label: 'Volume Up'
|
||||
},
|
||||
{
|
||||
scancode: '',
|
||||
searchTerm: '',
|
||||
label: 'Volume Down'
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
secondaryRole: [
|
||||
|
||||
Reference in New Issue
Block a user