mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-18 05:58:11 +08:00
32 lines
939 B
JSON
32 lines
939 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"],
|
|
|
|
"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",
|
|
|
|
"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"
|
|
}
|