tumic0 / GPXSee

GPS log file viewer and analyzer with support for GPX, TCX, KML, FIT, IGC, NMEA, SLF, SML, LOC, GPI, GeoJSON and OziExplorer files.
https://www.gpxsee.org
GNU General Public License v3.0
937 stars 129 forks source link

ALT keys only work one layer deep #513

Closed jidanni closed 11 months ago

jidanni commented 11 months ago

ALT F gives the File menu. But then all one can do from the keyboard is use the arrow up and down buttons. There is no way to use a second ALT key combo to choose subsequent menu entries.

tumic0 commented 11 months ago

There are no other accelerators except the one from the main menu defined in GPXSee. If you want some more, you will have to come up with an English translation file (we need capitalization anyway) that contains accelerators for additional menu levels. The source strings can not be changed as it would break all the localization.

If you (or someone else - I won't do it as it has almost zero priority for me) is going to create the EN translation file, you have also to ensure it does not break things on any of the supported platforms (= you have to test it on Android, Windows, Linux and MacOS).

jidanni commented 11 months ago

All I know is when I hit ALT F in chrome, the items there have a little underline for what ALT button will activate them.

tumic0 commented 11 months ago

Yes, that's how the accelerators work. But someone has to define all the "accelerated" characters in the menus. This is language-specific so it is part of the localization/translations. Unfortunately there is no such someone for English and thus there are no accelerators...