jens-maus / yam

:mailbox_with_mail: YAM (short for 'Yet Another Mailer') is a MIME-compliant open-source Internet email client written for Amiga-based computer systems (AmigaOS4, AmigaOS3, MorphOS, AROS). It supports POP3, SMTP, TLSv1/SSLv3 connection security, multiple users, multiple identities, PGPv2/v5 encryption, unlimited hierarchical folders, an ARexx interface, etc...
https://yam.ch
GNU General Public License v2.0
61 stars 18 forks source link

Multiple duplicated keyboard shortcuts in GUI #660

Closed tac1ica closed 7 years ago

tac1ica commented 7 years ago

Cosmetic, but this breaks usability when using the keyboard and is ugly. Tested with 2.9p1 using the built-in GUI.

There is a number of duplicated keyboard shortcuts scattered all over the GUI in the default English GUI. I suppose that providing a patch against the YAM.pot file won't do, so I'll leave it to others to fix this. I didn't check the catalogs. Here's a listing of the clashing GUI elements I found:

Write window

Main window

Address book window

Configuration window

jens-maus commented 7 years ago

@tac1ica Thanks for your comments. As our development resources are quite limited (as you know) please feel free to submit either a pull request with changes against the YAM.pot file so that we can integrate your changes right away or use transifex to edit translations based on the pot file.

tac1ica commented 7 years ago

I don't get how pull requests work so here's a patch. Fixing the duplicated shortcut for menu items in the main window is up to you...

YAM.pot.patch.txt

jens-maus commented 7 years ago

@tac1ica Well, you really should teach yourself in how git and GitHub works so that you can use/send pull requests in future. I am sorry, but I don't have time to work on YAM myself anytime soon or even integrate the patch myself. So this will have to wait if you are not able to provide pull requests.