mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-11 18:32:20 +08:00
19 lines
730 B
Text
19 lines
730 B
Text
# Note: Only put keymaps in here that apply to Mac ONLY
|
|
#
|
|
# Most cross-platform issues can be resolved by using the special N1
|
|
# `cmdctrl` extension before you keymap. This will automatically default
|
|
# to using the `cmd` key on Mac and `ctrl` key on Windows.
|
|
|
|
'body':
|
|
'cmd-m': 'application:minimize'
|
|
'cmd-h': 'application:hide'
|
|
'cmd-alt-h': 'application:hide-other-applications'
|
|
'cmd-ctrl-f': 'window:toggle-full-screen'
|
|
'alt-cmd-ctrl-m': 'application:zoom'
|
|
|
|
### N1 developer commands. ###
|
|
'cmdctrl-alt-l': 'window:reload'
|
|
'cmdctrl-alt-i': 'window:toggle-dev-tools'
|
|
'cmdctrl-alt-w': 'application:show-work-window'
|
|
'cmdctrl-alt-s': 'application:run-all-specs'
|
|
'cmdctrl-alt-p': 'application:run-package-specs'
|