-
Notifications
You must be signed in to change notification settings - Fork 19
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
Enhanced Firefox Shortcuts and System Default Icon Support #55
Comments
Hi wordpure, thank you for this feature request! 1 - Maybe one could request in Bugzilla that Firefox add the 2 - Unfortunately, that's because Firefox doesn't offer a way to programmatically open its Shortcuts page like Chrome does via 3 - Yes, but not in a clean way (IMO). This is one reason why I let you manually change the icon in the Options. The issue is that there isn't a good place to attach a |
Thanks for trying out these feature requests🌹. For the first point, I've filed a new pull request on Mozilla Connect in hopes of improving it. Add a shortcut key to activate the toolbar button ... - Mozilla Connect For the third point, can you add a more generic extension icon? Currently, extensions must choose between a dark icon and a light icon, but it does not support automatic switching with browser themes. For me, who is used to the browser theme following the system, I have to manually switch the icon in the extension settings after the browser theme is changed. It would be nice if there was an option in the settings to have an icon that works in both dark and light modes. PS: The icon used by Default is icon.png in the img directory. |
Hi again wordpure! Thanks for creating that post on Mozilla Connect! I gave you a thumbs up 👍 I've uploaded a new version on GitHub that has a couple of your feature requests implemented:
Feel free to try it out and let me know how the Thanks again. |
Thanks for your update and support for my post🌹. The shortcut and System Icon work fine on my Firefox. But I found a small problem: the label tag that wraps the System Icon, its for attribute actually uses the Dark Icon, so clicking will only switch to the Dark Icon. |
Ah, I caught that one right around the time you posted. I tend to click on the radio inputs directly myself (since not everyone bothers to wrap Thanks wordpure! 💜 |
Feature Request
Add a shortcut to activate toolbar buttons for Firefox.
Activating the toolbar button is a common action, but Firefox doesn't offer custom shortcuts after installing extensions like Chrome does.
I hope to achieve an effect similar to the figure below through _execute_browser_action.
Support for modifying extension shortcuts in the settings page.
Currently, the steps for modifying extension shortcuts are cumbersome.
I hope to achieve an effect similar to the figure below through commands.update() and commands.reset().
The text was updated successfully, but these errors were encountered: