mirror of
https://github.com/atom/atom.git
synced 2026-02-17 10:01:25 -05:00
💄
This commit is contained in:
@@ -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() }
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user