From f4b1bed8abf67b974a0d1eed6e785f257aa62c25 Mon Sep 17 00:00:00 2001 From: Arpad Csanyi Date: Fri, 27 May 2016 23:14:17 +0200 Subject: [PATCH] Add missing media keys group. --- script.js | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/script.js b/script.js index d136762b..d2e4f607 100644 --- a/script.js +++ b/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: [