cmd-shift-I

This commit is contained in:
Chris Wanstrath
2011-11-09 14:30:45 -08:00
parent dcd11ac1f8
commit 8b0ae92d79

View File

@@ -3,7 +3,7 @@ app:
'cmd-o': (app) -> app.open()
window:
'cmd-shift-i': (window) -> window.showConsole()
'cmd-shift-I': (window) -> window.showConsole()
'cmd-r': (window) -> window.reload()
editor: