Add keyboard shortcut (Ctrl+Shift+8) for username generation in browser extension #21384
alexboden
started this conversation in
Password Manager
Replies: 1 comment
|
✨ Thank you for your code contribution proposal! While the Bitwarden team reviews your submission, we encourage you to check out our contribution guidelines. Please ensure that your code contribution includes a detailed description of what you would like to contribute, along with any relevant screenshots and links to existing feature requests. This information helps us gather feedback from the community and Bitwarden team members before you start writing code. To keep discussions focused, posts that do not include a proposal for a code contribution will be removed.
Thank you for contributing to Bitwarden! |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Select Topic Area
✅ Code Contribution Proposal
Code Contribution Proposal
Community Forum Reference
https://community.bitwarden.com/t/keyboard-shortcut-for-username-generation/41810
Summary
The browser extension currently supports
Ctrl+Shift+9to generate and copy a password without opening the extension. This proposal adds an equivalent shortcut (Ctrl+Shift+8) for username generation.Proposed Behaviour
Ctrl+Shift+8generates a username using the user's currently configured method (random word, plus addressing, catch-all, forwarded emailalias, etc.)
Motivation
Users who frequently create accounts benefit from generating both usernames and passwords quickly. Currently, username generation requires opening the extension UI. This is especially useful for users leveraging email aliases in the same way they can generate passwords. The community forum post has received support over multiple years (2022–2026).
Implementation Notes
All reactions