Minimalist secure text editor and binary encryptor that implements RFC 4880 Open PGP format: symmetrically encrypted, compressed and integrity protected. The editor can protect files with passwords, key files or both.
When I open a ".epd" file with a passphrase set, the focus is on 'Passphrase' text field. So, I don't need to use the mouse to click to start putting my password.
When I open a ".gpg" file, there is no focus. So, I need to use the mouse to click in the 'Passphrase' field to start putting my password.
I think this feature is important because it is a bit boring to use the mouse every time when I open a '.gpg' file.
I think fixing this is easy. When I have some time, I make this correction to the code and open a 'pull request'.
When I open a ".epd" file with a passphrase set, the focus is on 'Passphrase' text field. So, I don't need to use the mouse to click to start putting my password.
When I open a ".gpg" file, there is no focus. So, I need to use the mouse to click in the 'Passphrase' field to start putting my password.
I think this feature is important because it is a bit boring to use the mouse every time when I open a '.gpg' file.
I think fixing this is easy. When I have some time, I make this correction to the code and open a 'pull request'.
Best regards,