From 31fabf20b22fe8c03d051e6b01d2a123bdbb64c1 Mon Sep 17 00:00:00 2001 From: Arpad Csanyi Date: Mon, 30 May 2016 23:11:49 +0200 Subject: [PATCH] Add option for eject. Adding this as this can be part of shortcuts on a Mac. E.g.: Control+Shift+Eject to put the display to sleep. --- script.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/script.js b/script.js index a9842a88..3b248be3 100644 --- a/script.js +++ b/script.js @@ -625,6 +625,11 @@ $(function() { scancode: '', searchTerm: '', label: 'Play/Pause' + }, + { + scancode: '', + searchTerm: '', + label: 'Eject' // Adding this as can be part of shortcuts on Mac. } ] }