mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-12-26 01:53:13 +08:00
Add missing Outlook hotkeys, bind Ctrl-Q to mark as read instead of Quit #1227
This commit is contained in:
parent
a179a8edec
commit
2e94255258
1 changed files with 15 additions and 2 deletions
|
@ -8,10 +8,23 @@
|
|||
"core:reply": "mod+r",
|
||||
"core:reply-all": "mod+shift+r",
|
||||
"application:new-message": ["mod+n", "mod+shift+m"],
|
||||
"send": "mod+enter",
|
||||
"core:find-in-thread": "f4",
|
||||
"core:find-in-thread-next": "shift+f4",
|
||||
"core:find-in-thread-previous": "ctrl+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",
|
||||
|
||||
"multiselect-list:select-all": "ctrl+a"
|
||||
"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"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue