Mailspring/keymaps/templates/Outlook.cson
Ben Gotow 2e618d40a6 fix(keymaps): Small tweaks to fix broken key behaviors
- Reload the menu after changing keymap sets
- Do not allow accelerators in the menu like "z", because they do not go through selector-based command matching and always fire into the window.
- Do not match `cmdctrl` to both `cmd` and `ctrl` on the Mac. Just `cmd`
- Re-order `shift-delete` mapping to `core:cut`, because it causes the menu to have no binding on Mac OS X
2015-11-13 16:05:40 -08:00

19 lines
728 B
Plaintext

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