-
Notifications
You must be signed in to change notification settings - Fork 80
option to copy username/password to clipboard. #105
Comments
Right-clicking on a row is not intuitive, I'm afraid nobody will guess that such functionality exists 🙂 My suggestions:
|
We have a very powerful support for keyboard users, definitely not everyone is interacting with the plugin with the mouse 🙂 That's why I want to see this feature implemented in two ways, for mouse users and for keyboard users. We can discuss how to best implement it for mouse users, we can discuss how to best implement it for keyboard users, but whatever we choose for "mouse approach" will not substitute the "keyboard approach". Now, for those who use mouse, we have two ideas now - right click on an entry, or left-clicking on one of two new buttons. I vote for the buttons because it is more intuitive, a random user who sees such buttons can immediately understand what they do. This is very approximate on how I imagine it: For those who use keyboard, Ctrl+C (Cmd+C on Mac?) is the only idea that we have so far, and seems quite intuitive to me 🙂 This will copy password, which I guess is more important than copying a username. For copying a username, either we come up with a second shortcut (needs to be intuitive), or we just say "grab a mouse and click on the button to copy username". I can't think of a good intuitive shortcut for copying username right now. |
Is someone working on this? |
Don't think so, wanna give it a try? 😉 |
Time to dive into a Codebase I know nothing about. I will try implementing something on the chrome side first. |
Awesome! Feel free to create an early PR and ask any questions, I got acquainted with the codebase recently and can give you some hints. Good news, the code is shared across browsers, so you only need to touch the files in CONTRIBUTING.md should be of some help post-processing the javascript code. Since you are likely not touching any backend code, you can skip all the steps for the host Go binary. |
Thanks to @Weker01 this has been implemented 🎉 We have now buttons to copy username and password to clipboard. The keyboard shortcuts are also available, Ctrl+C copies password and Shift+C copies username. The new release will be made later today that includes this feature 😉 |
for pages that fail to autofill a nice feature would be to allow copying fields to the clipboard.
The text was updated successfully, but these errors were encountered: