-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Configurable shortcuts #1
Comments
First of all, thank you for your kind words. ^^ Answering the question, yes. Actually I'm trying to implement it but it's my first addon and I'm having problems storing the user preferences and make the addon recognize the custom shortcuts. |
- Added option page - Communication content and background script - Content script catches keycombos
New approach with customizable shortcuts until mozilla implemets UI for shortcuts |
Thank you for creating this. It does what I want and nothing more, that's how everything should be. |
@p-p-q glad I was able to help you. Since still there is no official way to costumize shortcuts I recommend you to use the master branch and change there the keys on the .json file. The development branch is just a "temporary workaround" and needs improvements. The .xpi is just a compressed file so for the build just compress the repository into one file with one of the following extensions: .zip, .xpi, .crx, .xml. |
@TsunDoge Thanks, I tried to do this. I took all the files from this repo, edited the .json and put everything in a .zip. However, Firefox will not install it and says it is damaged? Maybe something is missing? |
That's probably because you have misconfigured the shortcuts or some of them are used by the explorer. |
@TsunDoge I tried again with your unmodified .json, it gives me the same error message. The .xpi you uploaded to addons.mozilla.org has a META-INF directory, is that required? |
The META-INF directory it is not needed. The original files should not give you any error. Try again downloading the project, then decompress it and visit about:debugging, click on "load temporary addon", and finally select the manifest.json file. |
I reopen this issue due to mozilla providing a method to change the webextensions shortcuts Also found an interesting library which build a custom UI and I'll it use until a similar one land on Firefox. |
First thanks for this amazing addon this is exactly what I was looking for 🥇 👍
Any plans of adding the option to allow the usesr to specify their own shortcuts?
Thanks a lot again!
The text was updated successfully, but these errors were encountered: