buttercup / ui

React UI Components used in Buttercup products
https://buttercup.pw/
MIT License
31 stars 19 forks source link

feat: add copy username and password shortcuts #59

Closed antoine-amara closed 3 years ago

antoine-amara commented 3 years ago

add 2 new keyboard shortcuts in the EntriesList component:

These shortcuts are triggered when the user select an entry. (if the focus is elsewhere it is not available).

Note: I cannot find any code relative to an existing shortcut (Ctrl+b) to copy the password

It resolve the issue on buttercup desktop about missing copy usernme or password shortcuts.

perry-mitchell commented 3 years ago

@antoine-amara Amazing! Thank you..