mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-04 07:10:06 +08:00
Merge pull request #1506 from nylas/osx-shortcuts-improvement
Add Mail.app keybinds
This commit is contained in:
commit
0393ab38da
1 changed files with 21 additions and 5 deletions
|
@ -4,12 +4,28 @@
|
||||||
# http://dashkards.com/img/dashkard-mail.png
|
# http://dashkards.com/img/dashkard-mail.png
|
||||||
|
|
||||||
'body':
|
'body':
|
||||||
|
|
||||||
|
### Jumping ###
|
||||||
|
'cmd-ctrl-1' : 'navigation:go-to-inbox'
|
||||||
|
'cmd-ctrl-2' : 'navigation:go-to-starred'
|
||||||
|
'cmd-ctrl-3' : 'navigation:go-to-sent'
|
||||||
|
'cmd-ctrl-4' : 'navigation:go-to-drafts'
|
||||||
|
'cmd-ctrl-5' : 'navigation:go-to-all'
|
||||||
|
'cmd-ctrl-6' : 'navigation:go-to-contacts'
|
||||||
|
'cmd-ctrl-7' : 'navigation:go-to-tasks'
|
||||||
|
'cmd-ctrl-8' : 'navigation:go-to-label'
|
||||||
|
|
||||||
|
### Threadlist selection ###
|
||||||
|
'cmd-a': 'multiselect-list:select-all'
|
||||||
|
|
||||||
# Triage
|
# Triage
|
||||||
'cmdctrl-r': 'application:reply'
|
'cmdctrl-r': 'application:reply'
|
||||||
'cmdctrl-shift-r': 'application:reply-all'
|
'cmd-ctrl-shift-r': 'application:reply-all'
|
||||||
'cmdctrl-shift-f': 'application:forward'
|
'cmd-ctrl-shift-f': 'application:forward'
|
||||||
'cmdctrl-shift-j': 'application:report-as-spam'
|
'cmd-ctrl-shift-j': 'application:report-as-spam'
|
||||||
'cmdctrl-shift-u': 'application:mark-as-unread'
|
'cmd-ctrl-shift-u': 'application:mark-as-unread'
|
||||||
|
'cmd-ctrl-a': 'application:archive-item'
|
||||||
|
'cmd-shift-l': 'application:star-item'
|
||||||
|
|
||||||
# Composing
|
# Composing
|
||||||
'cmdctrl-n': 'application:new-message'
|
'cmdctrl-n': 'application:new-message'
|
||||||
|
|
Loading…
Reference in a new issue