-
-
Notifications
You must be signed in to change notification settings - Fork 175
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
[V5] [Bug] Cannot bind combination of {Alt,Ctrl} + Shift + number keys ([0..9]) inside Sidebery's Keybindings settings despite those combinations being valid by Firefox #1173
Comments
Looks like Sidebery uses a regex to validate keybind strings. Why is that? I also want to use an 'invalid' binding ( |
That's a shame. But thank you for your patience and for the link to the docs! |
Resolved in v5.0.0 |
I'm running into a problem where I cannot bind, Alt+D in firefox on MacOS. I am running on v5.0.0. I continue to just get "Invalid Shortcut" error message. It looks like I cannot bind anything with Alt, however the updated regex should match on this keybinding. |
@austeny, it's a Firefox's shortcut (Focus Address Bar). Addons can't use/modify them. |
So firefox users are not able to bind Alt + ... to anything? The Focus Address Bar looks to reserve the command + K, and command + alt + F keybinds and shouldn't conflict with Alt + D. The Sidebery Tab Reset is bound to Alt + R which works properly but unbinding and re-attempting to bind to the same keybind still throws the "Invalid Shortcut" message. It looks like Alt can be used in combination with binds but is just unable to in this scenario. Side note, really love the plugin so far. Definitely the best tab management solution I've seen in Firefox. |
No, you can use any
That sounds like a bug. I can't reproduce it on linux, so maybe it's something macOS specific... Could you open a new issue for it? As a workaround, you can try to use Shortcuts manager of Firefox: Open Addons page ( |
Description
Sidebery doesn't allow setting shortcuts involving Shift and numbers in its own keybindings settings despite this being valid by Firefox and is boundable in Firefox's own Extension Shortcuts setting page.
Steps to reproduce
Expected behavior
Actual behavior
Sidebery displays "Invalid shortcut" error.
Debug info
Addon data
Logs
The text was updated successfully, but these errors were encountered: