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.
This commit is contained in:
Arpad Csanyi
2016-05-30 23:11:49 +02:00
parent b15c53d1a9
commit 31fabf20b2

View File

@@ -625,6 +625,11 @@ $(function() {
scancode: '',
searchTerm: '',
label: 'Play/Pause'
},
{
scancode: '',
searchTerm: '',
label: 'Eject' // Adding this as can be part of shortcuts on Mac.
}
]
}