Open Issues Need Help
View All on GitHubAI Summary: Modify the KeyStore Explorer GUI to prevent loss of focus on the selected secret key entry in the main table after viewing its details. The current behavior jumps back to the table, deselecting the key; the desired behavior is to maintain focus on the key entry after closing the details view, mirroring the functionality for certificate entries.
KeyStore Explorer is a free GUI replacement for the Java command-line utilities keytool and jarsigner.
AI Summary: Implement keyboard shortcuts '-' to view private key details and '+' to view public key details in the KeyStore Explorer GUI application. This involves modifying the existing codebase to handle these new keybindings and appropriately trigger the detail view functionality.
KeyStore Explorer is a free GUI replacement for the Java command-line utilities keytool and jarsigner.