Mailspring/keymaps/templates/Outlook.cson
Ben Gotow 79b6c1d94a 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

35 lines
1.3 KiB
Plaintext

# Note: For a menu item to have a keyboard equiavalent, it needs
# to be listed in this file.
'body.platform-darwin':
# Windows email-specific menu items
'cmd-shift-v': 'application:change-category' # Outlook
'F3': 'application:focus-search'
'cmd-e': 'application:focus-search'
'cmd-f': 'application:forward'
'cmd-shift-v': 'application:change-category'
'cmd-d': 'core:remove-item'
'alt-backspace':'core:undo'
'alt-s': 'application:send-message'
'cmd-r': 'application:reply'
'cmd-shift-r': 'application:reply-all'
'cmd-n' : 'application:new-message'
'cmd-shift-m': 'application:new-message'
'cmd-enter': 'send'
'body.platform-linux, body.platform-win32':
# Windows email-specific menu items
'ctrl-shift-v': 'application:change-category' # Outlook
'F3': 'application:focus-search'
'ctrl-e': 'application:focus-search'
'ctrl-f': 'application:forward'
'ctrl-shift-v': 'application:change-category'
'ctrl-d': 'core:remove-item'
'alt-backspace':'core:undo'
'alt-s': 'application:send-message'
'ctrl-r': 'application:reply'
'ctrl-shift-r': 'application:reply-all'
'ctrl-n' : 'application:new-message'
'ctrl-shift-m': 'application:new-message'
'ctrl-enter': 'send'