Mailspring/dot-nylas
Ben Gotow a46bad4eb7 refactor(menus): Major prune of keymaps/commands, real conditional menus
Summary:
Keymaps & menus CSON => JSON, remove AtomKeymaps, CommandRegistry use of CSS selectors, use Mousetrap instead

Important Notes:

- The `application:` prefix is reserved for commands which are handled in the application process. Don't use it for other things. You will not receive the events in the window.

- Maintaining dynamic menus seems to come with quite an overhead, because Electron updates the entire menu every time. In the future, we'll need https://github.com/electron/electron/issues/528 to really make things nice. I will be tracking this upstream.

- The format for keyboard shortcuts has changed. `cmd-X` is now `command+shift+x`

Test Plan: Run tests

Reviewers: juan, evan

Reviewed By: evan

Differential Revision: https://phab.nylas.com/D2917
2016-04-24 12:16:25 -05:00
..
packages fix(naming): Move atom/inbox/nilas refs to Nylas 2015-05-15 11:07:28 -07:00
config.cson fix(onboarding): Invitation code system, just in case 2015-10-04 16:49:41 -07:00
keymap.cson refactor(menus): Major prune of keymaps/commands, real conditional menus 2016-04-24 12:16:25 -05:00
README.md copy(readme): update readmes 2015-10-02 13:24:39 -07:00

Default Config

These are the default Nylas configs. This folder on setup is copied to ~/.nylas on unix machines.