mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-14 13:44:41 +08:00
12 lines
440 B
Text
12 lines
440 B
Text
# Note: For a menu item to have a keyboard equiavalent, it needs
|
|
# to be listed in this file.
|
|
|
|
'body':
|
|
'cmdctrl-n' : 'application:new-message'
|
|
'cmdctrl-r' : 'application:reply'
|
|
'cmdctrl-R' : 'application:reply-all'
|
|
'cmdctrl-F' : 'application:forward'
|
|
'cmdctrl-alt-f': 'application:focus-search'
|
|
'cmdctrl-shift-D': 'composer:send-message'
|
|
'cmdctrl-V': 'application:change-category'
|
|
'cmdctrl-e' : 'application:archive-item'
|