From 31ffe5e0604cd78d91d9a5fdea04c3216800871c Mon Sep 17 00:00:00 2001 From: Cheng Zhao Date: Wed, 22 May 2013 20:57:23 +0800 Subject: [PATCH] :lipstick: --- src/main.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.coffee b/src/main.coffee index 897def5c4..3db13f852 100644 --- a/src/main.coffee +++ b/src/main.coffee @@ -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+MacCtrl+Alt+N', click: => @runSpecs() } + { label: 'Run Specs', accelerator: 'Command+MacCtrl+Alt+S', click: => @runSpecs() } { type: 'separator' } { label: 'Quit', accelerator: 'Command+Q', click: -> app.quit() } ]