Mailspring/app/keymaps/templates/Apple Mail.json
Ben Gotow ea37c75596 Add plaintext mail display and composition via new setting / Alt key #52
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.
2020-02-19 23:25:02 -06:00

34 lines
1.1 KiB
JSON

{
"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",
"core:find-in-thread": "mod+f",
"core:find-in-thread-next": "mod+g",
"core:find-in-thread-previous": "mod+shift+g",
"core:previous-item": "command+[",
"core:select-up": "shift+command+[",
"core:next-item": "command+]",
"core:select-down": "shift+command+]",
"core:reply": ["mod+r", "mod+alt+r"],
"core:reply-all": ["mod+shift+r", "mod+alt+shift+r"],
"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"
}