kaikramer / keystore-explorer

KeyStore Explorer is a free GUI replacement for the Java command-line utilities keytool and jarsigner.
https://keystore-explorer.org/
GNU General Public License v3.0
1.7k stars 275 forks source link

After deleting an entry the focus disappears #203

Closed gstanchev closed 4 years ago

gstanchev commented 4 years ago

If you select an entry and you delete it via the Del button, no other entry that is being selected in the view. This makes deleting multiple entries using keyboard a little more laborious as the user needs to use the mouse to restore selection to the next entry. Ideally, the next entry would be auto-selected. If at the end of the list then the last entry would be the selection. Then one can [del->enter->del->enter....repeat] when deleting multiple entries

kaikramer commented 4 years ago

Yeah, I agree that really should be fixed.