diff --git a/keymaps/base-darwin.cson b/keymaps/base-darwin.cson index 118ba2849..03d051484 100644 --- a/keymaps/base-darwin.cson +++ b/keymaps/base-darwin.cson @@ -6,8 +6,8 @@ 'cmd-q': 'application:quit' 'cmd-h': 'application:hide' 'cmd-1': 'application:show-main-window' - 'cmd-2': 'application:show-work-window' 'cmd-m': 'application:minimize' + 'cmd-alt-w': 'application:show-work-window' 'cmd-alt-h': 'application:hide-other-applications' 'alt-cmd-ctrl-m': 'application:zoom' 'cmd-alt-ctrl-s': 'application:run-all-specs' diff --git a/menus/darwin.cson b/menus/darwin.cson index ac6530679..7273fd8c6 100644 --- a/menus/darwin.cson +++ b/menus/darwin.cson @@ -48,7 +48,6 @@ { label: 'View' submenu: [ - { label: 'Reload', command: 'window:reload' } { label: 'Toggle Full Screen', command: 'window:toggle-full-screen' } ] } @@ -58,11 +57,14 @@ { label: 'Toggle Component Regions', command: 'window:toggle-component-regions' } { label: 'Toggle React Remote', command: 'window:toggle-react-remote' } { type: 'separator' } - { label: 'Relaunch with Debug Flags...', command: 'application:open-dev' } + { label: 'Open Activity Window', command: 'application:show-work-window' } { type: 'separator' } { label: 'Open Detailed Logs', command: 'window:open-errorreporter-logs' } { label: 'Ship Detailed Logs to Nylas', command: 'application:ship-logs' } { type: 'separator' } + { label: 'Reload', command: 'window:reload' } + { label: 'Relaunch with Debug Flags...', command: 'application:open-dev' } + { type: 'separator' } { label: 'Create a Package...', command: 'application:create-package' } { label: 'Run Package Specs...', command: 'application:run-package-specs' } { label: 'Run Nylas Mail Specs', command: 'application:run-all-specs' } @@ -76,7 +78,6 @@ { label: 'Zoom', command: 'application:zoom' } { type: 'separator' } { label: 'Message Viewer', command: 'application:show-main-window' } - { label: 'Activity', command: 'application:show-work-window' } { type: 'separator' } { label: 'Bring All to Front', command: 'application:bring-all-windows-to-front' } ] diff --git a/menus/linux.cson b/menus/linux.cson index f2c9c0102..fa2095be8 100644 --- a/menus/linux.cson +++ b/menus/linux.cson @@ -28,7 +28,6 @@ { label: '&View' submenu: [ - { label: '&Reload', command: 'window:reload' } { label: 'Toggle &Full Screen', command: 'window:toggle-full-screen' } { label: 'Toggle Menu Bar', command: 'window:toggle-menu-bar' } ] @@ -39,11 +38,14 @@ { label: 'Toggle Component Regions', command: 'window:toggle-component-regions' } { label: 'Toggle React Remote', command: 'window:toggle-react-remote' } { type: 'separator' } - { label: 'Relaunch with &Debug Flags...', command: 'application:open-dev' } + { label: 'Open Activity Window', command: 'application:show-work-window' } { type: 'separator' } { label: 'Open Detailed Logs', command: 'window:open-errorreporter-logs' } { label: 'Ship Detailed Logs to Nylas', command: 'application:ship-logs' } { type: 'separator' } + { label: '&Reload', command: 'window:reload' } + { label: 'Relaunch with &Debug Flags...', command: 'application:open-dev' } + { type: 'separator' } { label: 'Create a Package...', command: 'application:create-package' } { label: 'Run Package &Specs...', command: 'application:run-package-specs' } { label: 'Run &Nylas Mail Specs', command: 'application:run-all-specs' } diff --git a/menus/win32.cson b/menus/win32.cson index d8834c887..9ff6bf8a7 100644 --- a/menus/win32.cson +++ b/menus/win32.cson @@ -30,7 +30,6 @@ { label: '&View' submenu: [ - { label: '&Reload', command: 'window:reload' } { label: 'Toggle &Full Screen', command: 'window:toggle-full-screen' } { label: 'Toggle Menu Bar', command: 'window:toggle-menu-bar' } ] @@ -41,11 +40,14 @@ { label: 'Toggle Component Regions', command: 'window:toggle-component-regions' } { label: 'Toggle React Remote', command: 'window:toggle-react-remote' } { type: 'separator' } - { label: 'Relaunch with &Debug Flags...', command: 'application:open-dev' } + { label: 'Open Activity Window', command: 'application:show-work-window' } { type: 'separator' } { label: 'Open Detailed Logs', command: 'window:open-errorreporter-logs' } { label: 'Ship Detailed Logs to Nylas', command: 'application:ship-logs' } { type: 'separator' } + { label: '&Reload', command: 'window:reload' } + { label: 'Relaunch with &Debug Flags...', command: 'application:open-dev' } + { type: 'separator' } { label: 'Create a Package...', command: 'application:create-package' } { label: 'Run Package &Specs...', command: 'application:run-package-specs' } { label: 'Run &Nylas Mail Specs', command: 'application:run-all-specs' }