mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-12-27 02:23:28 +08:00
7b80bc6155
* Configure the select all behavior by OS instead of application template
* Partially revert 6e38465
Have the "select all" keybinding configurable by operating system as well as by application template
* Select all e-mails when no text window is currently focussed
14 lines
440 B
JSON
14 lines
440 B
JSON
{
|
|
"application:minimize": "command+m",
|
|
"application:hide": "command+h",
|
|
"application:hide-other-applications": "command+alt+h",
|
|
"application:zoom": "alt+command+ctrl+m",
|
|
|
|
"window:toggle-full-screen": "command+ctrl+f",
|
|
"window:reload": "mod+alt+l",
|
|
"window:toggle-dev-tools": "meta+alt+i",
|
|
"window:attach-to-xcode": "meta+alt+k",
|
|
"window:open-mailsync-logs": "meta+shift+k",
|
|
|
|
"multiselect-list:select-all": "command+a"
|
|
}
|