Mailspring/app/keymaps/templates/Outlook.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

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"
}