mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-14 21:57:55 +08:00
19 lines
547 B
Text
19 lines
547 B
Text
# Note: For a menu item to have a keyboard equiavalent, it needs
|
|
# to be listed in this file.
|
|
#
|
|
# http://dashkards.com/img/dashkard-mail.png
|
|
|
|
'body':
|
|
# Triage
|
|
'cmdctrl-r': 'application:reply'
|
|
'cmdctrl-shift-r': 'application:reply-all'
|
|
'cmdctrl-shift-f': 'application:forward'
|
|
'cmdctrl-shift-j': 'application:report-as-spam'
|
|
'cmdctrl-shift-u': 'application:mark-as-unread'
|
|
|
|
# Composing
|
|
'cmdctrl-n': 'application:new-message'
|
|
'cmdctrl-shift-d': 'composer:send-message'
|
|
|
|
# Management
|
|
'cmdctrl-alt-f': 'application:focus-search'
|