You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
session-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.
8 years ago
..
auto_update.js Don't check for auto updates on linux (#1592) 8 years ago
config.js Refactor configuration out into reusable files 8 years ago
locale.js Ensure locale is 'en' when NODE_ENV=test (#1527) 8 years ago
logging.js Load debug log dialog immediately, then populate log data (#1540) 8 years ago
menu.js Added top level menu shortcuts, pull labels from messages.json (#1702) 8 years ago
user_config.js Move logging to disk via bunyan 8 years ago
window_state.js Refactor external source files to live in app/ 8 years ago