mozilla / multi-account-containers

Firefox Multi-Account Containers lets you keep parts of your online life separated into color-coded tabs that preserve your privacy. Cookies are separated by container, allowing you to use the web with multiple identities or accounts simultaneously.
https://addons.mozilla.org/firefox/addon/multi-account-containers/
Mozilla Public License 2.0
2.64k stars 322 forks source link

fix: don't preventDefault on modifier keys #2554

Closed leodag closed 8 months ago

leodag commented 11 months ago

Fixes #2553

The preventDefault on modifier keys seemed fishy, removing it solved the problem immediately. The digit shortcuts seem to still be working fine.

dannycolin commented 8 months ago

@leodag Thanks again for the bug report. I want with a different solution of completely reverting the code listening to a modifier added in my previous patch (See #2587) so I'll close this one. However, don't hesitate to file a bug if needed.