mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-12 04:25:31 +08:00
35 lines
909 B
JSON
35 lines
909 B
JSON
|
{
|
||
|
"application:new-message": "mod+n",
|
||
|
|
||
|
"navigation:go-to-inbox": "i",
|
||
|
"multiselect-list:select-all": "shift+x",
|
||
|
|
||
|
"core:pop-sheet": "u",
|
||
|
"core:previous-item": "k",
|
||
|
"core:select-up": "shift+k",
|
||
|
"core:next-item": "j",
|
||
|
"core:select-down": "shift+j",
|
||
|
"core:focus-item": "o",
|
||
|
|
||
|
"message-list:previous-message": "p",
|
||
|
"message-list:next-message": "n",
|
||
|
|
||
|
"core:mute-conversation": "m",
|
||
|
"core:focus-search": "/",
|
||
|
"core:change-category": ".",
|
||
|
"core:select-item": "x",
|
||
|
"core:gmail-remove-from-view": "y",
|
||
|
"core:archive-item": "e",
|
||
|
"core:report-as-spam": "!",
|
||
|
"core:delete-item": "//",
|
||
|
"core:reply": "mod+r",
|
||
|
"core:reply-new-window": "shift+r",
|
||
|
"core:reply-all": "mod+shift+r",
|
||
|
"core:reply-all-new-window": "shift+a",
|
||
|
"core:forward": "mod+shift+f",
|
||
|
"core:forward-new-window": "shift+f",
|
||
|
"core:remove-and-previous": "}",
|
||
|
"core:remove-and-next": "{",
|
||
|
"core:undo": "z"
|
||
|
}
|