mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-12-27 19:07:15 +08:00
008f8be129
ref: https://community.getmailspring.com/t/snooze-shortcut/1631 gmail: h inbox gmail: h outlock: ctrl+h apple mail: mod+h Signed-off-by: Avelino <t@avelino.xxx>
33 lines
1,007 B
JSON
33 lines
1,007 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", "mod+alt+r"],
|
|
"core:reply-all": ["mod+shift+r", "mod+alt+shift+r"],
|
|
"application:new-message": ["mod+n", "mod+shift+m"],
|
|
|
|
"core:find-in-thread": ["mod+shift+f", "f4"],
|
|
"core:find-in-thread-next": "shift+f4",
|
|
"core:find-in-thread-previous": "mod+shift+f4",
|
|
|
|
"core:focus-item": "ctrl+o",
|
|
"core:mark-as-read": "ctrl+q",
|
|
"core:mark-as-unread": "ctrl+u",
|
|
"core:star-item": "ctrl+shift+g",
|
|
"core:snooze-item": "ctrl+h",
|
|
|
|
"navigation:go-to-inbox": "mod+shift+l",
|
|
"navigation:go-to-sent": "mod+shift+o",
|
|
|
|
"contenteditable:insert-link": "mod+k",
|
|
"contenteditable:bulleted-list": "mod+shift+l",
|
|
"contenteditable:outdent": "mod+shift+t",
|
|
"contenteditable:indent": "mod+t",
|
|
|
|
"multiselect-list:select-all": "ctrl+a",
|
|
|
|
"application:quit": "alt+f4"
|
|
}
|