CptFoobar / Owl

A Mozilla Firefox add-on to make online reading comfortable.
http://owl.sidhant.io
Other
63 stars 8 forks source link

Please make toggle shortcut configurable #33

Open everdimension opened 6 years ago

everdimension commented 6 years ago

I already have something else assigned to Shift - Alt - D.

Thanks!

CptFoobar commented 6 years ago

The current implementation of Mozilla's WebExtensions API makes it impossible to change an add-on's hotkey combos once set. Here are two relevant Bugzilla tickets regarding the same: Bugzilla #1303384 Bugzilla #1215061 While I am looking for other ways to work around this limitation, I'm afraid we'd have to wait for Mozilla to implement this functionality.

CptFoobar commented 6 years ago

Mozilla has recently added the ability to make commands customizable (commands.update()). Adding this to v3 milestone.