So we don't screw up and press cmd-ctrl-r from

the console.

Once we get keybindings working, we won't have to worry about this causing problems.
This commit is contained in:
Corey Johnson
2011-09-21 17:40:57 -07:00
parent 91b7779179
commit 99d3d9b3e2

View File

@@ -2,7 +2,6 @@ $ = require 'jquery'
File = require 'fs'
Chrome = require 'chrome'
Pane = require 'pane'
{bindKey} = require 'keybinder'
@@ -18,7 +17,7 @@ class Window
'Command-O' : @open
'Command-Shift-O' : @openURL
'Command-Ctrl-K' : @showConsole
'Command-Ctrl-R' : @reload
'Command-Ctrl-M' : @reload
constructor: (options={}) ->
for option, value of options