Added top level menu shortcuts, pull labels from messages.json (#1702)
* Added top level menu shortcuts (Fixes #1688 and #1695). The ampersand (&) character in front of a letter in a menu label indicates that the letter that follows '&' will be used as a keyboard shortcut letter to access this menu. In Windows/Linux, the default shortcut combination is Alt+<letter>. * Use non-hardcoded menu labels. The menu labels were hardcoded in English. We should not be using plain strings right in the source code, but pulling them from the `messages.json` files instead.pull/749/head
parent
7d53e69958
commit
c0c4730bad
Loading…
Reference in New Issue