Closed
Bug 1412666
Opened 7 years ago
Closed 7 years ago
Add Media keys support to commands API
Categories
(WebExtensions :: Untriaged, enhancement)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1251795
People
(Reporter: srpen6, Unassigned)
Details
User Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:56.0) Gecko/20100101 Firefox/56.0
Build ID: 20171024165158
Steps to reproduce:
These properties:
- MediaNextTrack
- MediaPlayPause
- MediaPrevTrack
- MediaStop
are currently only supported with Chrome and Opera:
http://developer.mozilla.org/Add-ons/WebExtensions/manifest.json/commands#Browser_compatibility
That means until Firefox implements them WebExtension keyboard shortcuts will
only work with other keys (Ctrl, Alt, A-Z, F1-F12, etc). Currently Media keys
are supported with whatever WebExtensions are replacing, see this example
Add-on:
http://addons.mozilla.org/firefox/addon/media-keys
So the soon approaching Firefox 57 is going to kill this feature if it is not
implemented soon.
Severity: normal → enhancement
Component: Untriaged → WebExtensions: Untriaged
Product: Firefox → Toolkit
Updated•7 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 7 years ago
Resolution: --- → DUPLICATE
Updated•7 years ago
|
Product: Toolkit → WebExtensions
You need to log in
before you can comment on or make changes to this bug.
Description
•