Helper for reloading everything.

Probably should put in my .atomicity dir but I am social coding.
This commit is contained in:
Corey Johnson
2011-08-29 20:36:29 -07:00
parent 0d045b76c8
commit bbae26312c

View File

@@ -135,3 +135,8 @@ bindKey 'fullscreen', 'Command-Shift-Return', (env) ->
bindKey 'console', 'Command-Ctrl-k', (env) ->
Chrome.inspector().showConsole(1)
bindKey 'reload', 'Command-Ctrl-r', (env) ->
Chrome.createWindow()
WindowController.close()