mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Kind of starting from scratch.
Recreated the project as an xcode 4 project. Key Bindings are working and reloading. Got rid of everything that wasn't being used right now.
This commit is contained in:
@@ -1,2 +1,6 @@
|
||||
app:
|
||||
"cmd-q": (app) -> app.quit()
|
||||
"cmd-j": (app) -> console.log "OMG YOU TOUCHED THE LETTER J!"
|
||||
|
||||
window:
|
||||
"cmd-shift-i": (window) -> window.showConsole()
|
||||
|
||||
Reference in New Issue
Block a user