Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UX improvement [ for deleting keys ] #459

Open
ink-splatters opened this issue Mar 22, 2023 · 0 comments
Open

UX improvement [ for deleting keys ] #459

ink-splatters opened this issue Mar 22, 2023 · 0 comments

Comments

@ink-splatters
Copy link

Deleting a Key is not always easy, for some

Use case

because of practical need to regenerate keys quite frequently, I use kind of:

dd if=/dev/random bs=1 2>/dev/null count=8 | xxd -p | tr '[:lower:]' '[:upper:]'
67AE2C66FCF87F73

as you can imagine, typing this hex piece manually each time feels... unrewarding experience :)

Why an issue

Context Menu -> Delete action on the chosen key, requires you to type the key name.

While Cmd+V works and I'm happy about it: there is no obvious way to get the Key's Old Name via Secretive GUI.

I can imagine why this sort of Safety Net is there, but consistent behaviour of such "Safety Nets" across known apps is provide the ability to paste and you do that. But to be able to paste, one needs to copy from somewhere, first :)

Possible Solutions

  • I guess it could be as easy to solve as pre-substituting the Old Key name upon showing, e.g. Rename Key dialog
  • OR just allow copying Old Key name from the Label: "Type your new name for " (Rename Dialog)

You would make at least one person very happy :)

And maybe someone else, occasionally.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant