Add menu mnemonic - File / &Export, etc
Ubuntu 14.04, GIT commit: c2c03e4
We should add mnemonics within each menu to make them easier to access. For example, File / Export should have the "E" of "Export" underlined, making it possible to invoke the command by "Alt+F E". This should require no real coding changes on our part; just inserting "&" in the names of menu items.
Comments
Isn't that down to the translations/translators? I know that I did it for the German translation...
For languages other than English, yes, it will have to be addressed in each translation. For English, though, I assume we need to do it in the source?
Ah, yes, of course. Those markings (&) are in already though, maybe more or others are needed though.
See https://www.transifex.com/projects/p/musescore/viewstrings/#en/musescor…
(There are a few false positives though)
Yes, my point is we should have a lot more of these. We only have a handful.
Came up again in https://musescore.org/en/node/97956.
Also there is a much older issue too, #4781: Mnemonics for all menu items.
@Andrei, are you still working on this or planning to?