signal-desktop/app
Vangelis c0c4730bad 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.
2017-11-07 15:14:20 -08:00
..
auto_update.js Don't check for auto updates on linux (#1592) 2017-10-23 10:44:05 -07:00
config.js Refactor configuration out into reusable files 2017-09-14 16:53:51 -07:00
locale.js Ensure locale is 'en' when NODE_ENV=test (#1527) 2017-10-03 11:08:06 -07:00
logging.js Load debug log dialog immediately, then populate log data (#1540) 2017-10-04 14:40:35 -07:00
menu.js Added top level menu shortcuts, pull labels from messages.json (#1702) 2017-11-07 15:14:20 -08:00
user_config.js Move logging to disk via bunyan 2017-09-25 15:00:34 -07:00
window_state.js Refactor external source files to live in app/ 2017-09-14 16:53:50 -07:00