diff --git a/static/key-bindings.coffee b/static/key-bindings.coffee index 575297f25..3b7defc84 100644 --- a/static/key-bindings.coffee +++ b/static/key-bindings.coffee @@ -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: