mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-14 13:44:41 +08:00
ea37c75596
Most draft features are disabled in plaintext mode because I don’t think it’s worth trying to make them work unless this gains traction. Mostly doing this so we can add GPG / PGP / Keybase in the future.
32 lines
975 B
JSON
32 lines
975 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",
|
|
|
|
"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"
|
|
}
|