mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-16 04:40:57 +01:00
c0c4730bad
* 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.