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

Add new shortcut navigation in the browser panel #2501

Closed dannycolin closed 1 year ago

dannycolin commented 1 year ago
dannycolin commented 1 year ago

Works as expected except for the modifier keys logic.

WFM. Could you pull the newest commit and retry?

How can I test this part?

For the modifier detection:

  1. Open MAC popup
  2. Press [mod] + [0-9] where `[mod] can be altKey, ctrlKey, shiftKey, metaKey or a combinaison of it.

Expected: Nothing. It should prevent a container to be opened. Only pressing [0-9] should still work.

For the search input focus detection:

  1. Open MAC popup
  2. Press [0-9]

Expected: It should prevent a container to be opened and the [0-9] character should be inserted in the search input.