evpo / EncryptPad

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.
https://evpo.net/encryptpad
Other
433 stars 64 forks source link

Fix 'passphrase focus' on text field (issue #121) #122

Closed cfgnunes closed 2 years ago

cfgnunes commented 2 years ago

Hi @evpo !

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.

Best regards,

evpo commented 2 years ago

Thanks