2016-04-25 01:16:25 +08:00
|
|
|
{
|
|
|
|
"application:new-message": "mod+n",
|
|
|
|
|
|
|
|
"navigation:go-to-inbox": "command+ctrl+1",
|
|
|
|
"navigation:go-to-starred": "command+ctrl+2",
|
|
|
|
"navigation:go-to-sent": "command+ctrl+3",
|
|
|
|
"navigation:go-to-drafts": "command+ctrl+4",
|
|
|
|
"navigation:go-to-all": "command+ctrl+5",
|
|
|
|
"navigation:go-to-contacts": "command+ctrl+6",
|
|
|
|
"navigation:go-to-tasks": "command+ctrl+7",
|
|
|
|
"navigation:go-to-label": "command+ctrl+8",
|
|
|
|
|
|
|
|
"multiselect-list:select-all": "command+a",
|
|
|
|
|
2019-03-17 04:54:01 +08:00
|
|
|
"core:find-in-thread": "mod+f",
|
|
|
|
"core:find-in-thread-next": "mod+g",
|
|
|
|
"core:find-in-thread-previous": "mod+shift+g",
|
|
|
|
|
2016-05-10 08:34:59 +08:00
|
|
|
"core:previous-item": "command+[",
|
|
|
|
"core:select-up": "shift+command+[",
|
|
|
|
"core:next-item": "command+]",
|
|
|
|
"core:select-down": "shift+command+]",
|
|
|
|
|
2020-02-20 13:25:02 +08:00
|
|
|
"core:reply": ["mod+r", "mod+alt+r"],
|
|
|
|
"core:reply-all": ["mod+shift+r", "mod+alt+shift+r"],
|
2016-04-25 01:16:25 +08:00
|
|
|
"core:forward": "mod+shift+f",
|
|
|
|
"core:report-as-spam": "mod+shift+j",
|
|
|
|
"core:mark-as-unread": "mod+shift+u",
|
|
|
|
"core:star-item": "mod+shift+l",
|
|
|
|
"core:focus-search": "mod+alt+f",
|
|
|
|
"core:archive-item": "command+ctrl+a",
|
|
|
|
|
|
|
|
"composer:send-message": "mod+shift+d"
|
|
|
|
}
|