This website requires JavaScript.
Explore
Help
Sign in
Foundry376
/
Mailspring
Watch
1
Star
1
Fork
You've already forked Mailspring
0
mirror of
https://github.com/Foundry376/Mailspring.git
synced
2024-11-11 18:32:20 +08:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
ab55bc68ea
Mailspring
/
internal_packages
/
thread-search
/
keymaps
/
search-bar.json
4 lines
43 B
JSON
Raw
Normal View
History
Unescape
Escape
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-25 01:16:25 +08:00
{
"search-bar:escape-search"
:
"escape"
}
Reference in a new issue
Copy permalink