mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
ERKIE!
This commit is contained in:
@@ -7,6 +7,11 @@ window:
|
||||
'cmd-r': (window) -> window.reload()
|
||||
'cmd-o': (window) -> window.open()
|
||||
'cmd-s': (window) -> window.save()
|
||||
'cmd-shift-e': ->
|
||||
s = document.createElement 'script'
|
||||
s.type = 'text/javascript'
|
||||
document.body.appendChild s
|
||||
s.src = 'http://erkie.github.com/asteroids.min.js'
|
||||
|
||||
editor:
|
||||
'cmd-w': 'close'
|
||||
|
||||
Reference in New Issue
Block a user