Mailspring/keymaps/templates/Outlook.cson
Evan Morikawa 800f3a041b feat(find-in-thread): add the ability to find in a thread
Summary: Find in thread

Test Plan: todo

Reviewers: bengotow, juan

Reviewed By: bengotow

Differential Revision: https://phab.nylas.com/D2660
2016-03-02 14:46:27 -08:00

23 lines
868 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': 'composer: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'
'F4': 'application:find-in-thread'
'shift-F4': 'application:find-in-thread-next'
'ctrl-shift-F4': 'application:find-in-thread-previous'