Mailspring/keymaps/templates/Apple Mail.cson
Ben Gotow ed2a5c90d9 feat(preferences): WIP Preferences panel
Summary:
Things still to come:
- General tab
- Signatures tab (potentially remove and land)

Adding emacs things to gitignore

Adding progress. iterating on html/css is incredibly painful

Added layout for accounts page.

Adding layout for appearance page

layout for shortcuts preferences page

adding layount for notifications menu

Adding signatures layout

WIP

WIP - tab switching, accounts tab

WIP ALL THE THINGS

Keymap template support (Gmail / outlook, etc.)

Test Plan: No tests atm

Reviewers: evan

Differential Revision: https://phab.nylas.com/D1890
2015-08-14 15:40:11 -07:00

23 lines
767 B
Plaintext

# Note: For a menu item to have a keyboard equiavalent, it needs
# to be listed in this file.
'body.platform-darwin':
'cmd-n' : 'application:new-message'
'cmd-r' : 'application:reply'
'cmd-R' : 'application:reply-all'
'cmd-F' : 'application:forward'
'cmd-alt-f': 'application:focus-search'
'cmd-D': 'application:send-message'
'cmd-V': 'application:change-category'
'delete' : 'core:remove-item'
'body.platform-linux, body.platform-win32':
'ctrl-n' : 'application:new-message'
'ctrl-r' : 'application:reply'
'ctrl-R' : 'application:reply-all'
'ctrl-F' : 'application:forward'
'ctrl-alt-f': 'application:focus-search'
'ctrl-D': 'application:send-message'
'ctrl-shift-v': 'application:change-category'
'delete' : 'core:remove-item'