Customizing Addon Shortcuts with WebExtensions possible?

I would like to migrate my addon from SDK to WebExtensions.
The addon is highly dependent on using shortcuts which have to be customizable by the user in order to avoid shortcut conflicts (with FF-built-in shortcuts or shortcuts from other addons).
It seems that using WebExtensions one has to use the commands key in manifest.json for which there is only a getter function defined but no setter function.

Is there any way to allow the addon user to change the addon’s shortcut settings?

The only alternative I see is to supply a taskbar for all the user actions, which will be very inconvenient for the user.

1 Like

Not for now.
https://bugzilla.mozilla.org/show_bug.cgi?id=1215061

An alternative is to detect the press keys on webpages.

2 Likes