-
Notifications
You must be signed in to change notification settings - Fork 101
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
Keyboard shortcuts in Windows Firefox do not work as expected #121
Comments
Some experience here. |
Same problem here. Firefox Nightly x64 on Windows 11. Apparently the solution is to add OK, I think I found the issue. The legacy Manifest V2 extension has the keyboard shortcuts enabled in its |
Restores Firefox extension keyboard shortcuts, which [currently don't work](raindropio/app#121). I took most of the code was taken from the[ legacy Manifest V2 extension `manifest.json`](https://github.com/raindropio/extensions/blob/master/src/config/manifest.json), except for changing `"_execute_browser_action"` to `"_execute_action"` for [Manifest V3 compatibility](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/manifest.json/commands#syntax)
Update: |
Nope, on firefox that opens the bookmarks menu for me (same as pressing alt+B or shift+B) |
Welp, still waiting to hear anything at all about the fix I submitted. |
@exentrich can you review? |
It appears that in the latest version of Firefox on Windows, our current shortcuts cannot be used for our extension. Could you suggest alternative shortcuts?
What do you think? |
Those all work for me! |
From here
https://help.raindrop.io/browser-extension/#tips--tricks
This opens the Network tab in the dev console.
This opens the History menu.
The text was updated successfully, but these errors were encountered: