Use Command+Ctrl+Alt+S for running specs.

This commit is contained in:
Cheng Zhao
2013-05-22 20:01:25 +08:00
parent b58fcc5395
commit 9b44b15f3b

View File

@@ -76,7 +76,7 @@ class AtomApplication
{ label: 'Hide Others', accelerator: 'Command+Shift+H', selector: 'hideOtherApplications:' }
{ label: 'Show All', selector: 'unhideAllApplications:' }
{ type: 'separator' }
{ label: 'Run Specs', accelerator: 'Command+Alt+N', click: => @runSpecs() }
{ label: 'Run Specs', accelerator: 'Command+MacCtrl+Alt+N', click: => @runSpecs() }
{ type: 'separator' }
{ label: 'Quit', accelerator: 'Command+Q', click: -> app.quit() }
]