mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user