2015-08-15 06:40:11 +08:00
|
|
|
# Email-specific core key-mappings
|
|
|
|
#
|
|
|
|
# There are additional mappings in <platform>.cson files that bind
|
|
|
|
# menu items. In the future, we should break these into files like:
|
|
|
|
# darwin-gmail.cson, darwin-macmail.cson, win32-gmail.cson...
|
|
|
|
|
|
|
|
'body':
|
2015-10-24 05:45:28 +08:00
|
|
|
'c' : 'application:new-message'
|
|
|
|
'/' : 'application:focus-search'
|
2015-08-15 06:40:11 +08:00
|
|
|
|
2015-10-24 05:45:28 +08:00
|
|
|
'r' : 'application:reply'
|
|
|
|
'a' : 'application:reply-all'
|
|
|
|
'f' : 'application:forward'
|
|
|
|
'l' : 'application:change-category'
|
|
|
|
'u' : 'application:pop-sheet'
|
2015-08-15 06:40:11 +08:00
|
|
|
|
2015-10-24 05:45:28 +08:00
|
|
|
'k' : 'core:previous-item'
|
|
|
|
'j' : 'core:next-item'
|
|
|
|
']' : 'core:remove-and-previous'
|
|
|
|
'[' : 'core:remove-and-next'
|
|
|
|
'#' : 'core:delete-item'
|
|
|
|
'e' : 'core:archive-item'
|
|
|
|
's' : 'core:star-item'
|
2015-08-15 06:40:11 +08:00
|
|
|
'x' : 'core:select-item'
|
2015-08-15 07:41:52 +08:00
|
|
|
|
|
|
|
# Gmail also includes some more basic ones that users expect from desktop software.
|
|
|
|
|
|
|
|
'body.platform-darwin':
|
|
|
|
'cmd-n' : 'application:new-message'
|
|
|
|
'cmd-r' : 'application:reply'
|
|
|
|
'cmd-R' : 'application:reply-all'
|
|
|
|
'cmd-F' : 'application:forward'
|
|
|
|
|
|
|
|
'body.platform-linux, body.platform-win32':
|
|
|
|
'ctrl-n' : 'application:new-message'
|
|
|
|
'ctrl-r' : 'application:reply'
|
|
|
|
'ctrl-R' : 'application:reply-all'
|
|
|
|
'ctrl-F' : 'application:forward'
|