mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-12 04:25:31 +08:00
17 lines
516 B
JSON
17 lines
516 B
JSON
{
|
|
"core:change-category": "mod+shift+v",
|
|
"core:focus-search": ["f3", "mod+e"],
|
|
"core:forward": "mod+f",
|
|
"core:delete-item": "mod+d",
|
|
"core:undo": "alt+backspace",
|
|
"composer:send-message": "alt+s",
|
|
"core:reply": "mod+r",
|
|
"core:reply-all": "mod+shift+r",
|
|
"application:new-message": ["mod+n", "mod+shift+m"],
|
|
"send": "mod+enter",
|
|
"core:find-in-thread": "f4",
|
|
"core:find-in-thread-next": "shift+f4",
|
|
"core:find-in-thread-previous": "ctrl+shift+f4",
|
|
|
|
"multiselect-list:select-all": "ctrl+a"
|
|
}
|