# Note: Only put keymaps in here that apply to Linux 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. # Linux email-specific menu items 'body': 'ctrl-insert': 'core:copy' 'shift-insert': 'core:paste' 'F11': 'window:toggle-full-screen' ### 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'