mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-11 10:12:00 +08:00
b89fea38c0
Summary: This is the initial diff for the label picker UI. This is all of the functionality and none of the CSS. Test Plan: todo Reviewers: bengotow Reviewed By: bengotow Subscribers: sdw Differential Revision: https://phab.nylas.com/D1761
42 lines
1.2 KiB
Text
42 lines
1.2 KiB
Text
# Note: For a menu item to have a keyboard equiavalent, it needs
|
|
# to be listed in this file.
|
|
|
|
# Linux email-specific menu items
|
|
'body':
|
|
'ctrl-n': 'application:new-message' # Outlook
|
|
'ctrl-r': 'application:reply' # Outlook
|
|
'ctrl-R': 'application:reply-all' # Outlook
|
|
'ctrl-F': 'application:forward' # Outlook
|
|
'ctrl-shift-v': 'application:change-category' # Outlook
|
|
|
|
# Linux application keys
|
|
'ctrl-q': 'application:quit'
|
|
|
|
# Linux core keys
|
|
'ctrl-z': 'core:undo'
|
|
'ctrl-Z': 'core:redo'
|
|
'ctrl-y': 'core:redo'
|
|
'ctrl-x': 'core:cut'
|
|
'ctrl-c': 'core:copy'
|
|
'ctrl-a': 'core:select-all'
|
|
'ctrl-v': 'core:paste'
|
|
'ctrl-insert': 'core:copy'
|
|
'shift-insert': 'core:paste'
|
|
|
|
# Linux window keys
|
|
'ctrl-w': 'core:close'
|
|
'ctrl-=': 'window:increase-font-size'
|
|
'ctrl-+': 'window:increase-font-size'
|
|
'ctrl--': 'window:decrease-font-size'
|
|
'ctrl-_': 'window:decrease-font-size'
|
|
'ctrl-0': 'window:reset-font-size'
|
|
'ctrl-alt-r': 'window:reload'
|
|
'ctrl-shift-i': 'window:toggle-dev-tools'
|
|
'ctrl-alt-p': 'application:run-package-specs'
|
|
'ctrl-alt-s': 'application:run-all-specs'
|
|
'F11': 'window:toggle-full-screen'
|
|
|
|
'body div *[contenteditable]':
|
|
'ctrl-z': 'core:undo'
|
|
'ctrl-Z': 'core:redo'
|
|
'ctrl-y': 'core:redo'
|