-
Notifications
You must be signed in to change notification settings - Fork 15
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
changing default shorcut #13
Comments
In chrome this can be done here: I am not sure of the Firefox equivalent You can try to use the following addon: |
If you want to add an option for setting the shortcut on the preferences page, you are welcome to submit a pull request. |
I've added functionality for this. It will require merging my pull-request #15 first. My branch is at: https://github.com/iam-TJ/FireFoxInvertColors/tree/set_shortcut_key But due to a lack of support in the Firefox web extensions API we cannot as-yet change the shortcut key assigned by the manifest. |
This is something that should be centrally controlled by the browser itself. As it is a given that there are/will be situations where keyboard bindings are going to clash. So set_shortcut_key would allow users to have the default key binding, and what ever else they select. Am I understanding this correctly? |
The code - as I've written it - replaces the extension-set shortcut (since the default may conflict with other user shortcuts). The upstream bug reports suggest the Moz devs are planning on a user interface for reviewing/controlling shortcuts, but also an extension API for changing the shortcut in a conflict-free manner. I'll watch what happens and modify the changeset if necessary once the functionality lands in FF. |
How can i change the shortcut Alt+Shift+R to something else? i tried editing manifest.json, but firefox sees the extension as unsecure then.
The text was updated successfully, but these errors were encountered: