mirror of
https://github.com/atom/atom.git
synced 2026-01-23 13:58:08 -05:00
cmd-shift-I
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user