mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-12 12:40:08 +08:00
36 lines
952 B
JSON
36 lines
952 B
JSON
{
|
|
"application:new-message": ["c", "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": ["r", "mod+r"],
|
|
"core:reply-new-window": "shift+r",
|
|
"core:reply-all": ["a", "mod+shift+r"],
|
|
"core:reply-all-new-window": "shift+a",
|
|
"core:forward": ["f", "mod+shift+f"],
|
|
"core:forward-new-window": "shift+f",
|
|
|
|
"core:remove-and-previous": ["}", "]"],
|
|
"core:remove-and-next": ["{", "["],
|
|
"core:undo": "z"
|
|
}
|