This commit is contained in:
workinghard
2015-04-21 23:56:00 -07:00
parent 855cd3dade
commit 8b0bc362fa
4 changed files with 43 additions and 22 deletions

View File

@@ -142,4 +142,13 @@ class AppDelegate: NSObject, NSApplicationDelegate, NSTextFieldDelegate {
}
}
}
@IBAction func cmdCopyPressed(send: AnyObject) {
println("cmd c pressed")
}
@IBAction func cmdPastePressed(send: AnyObject) {
println("cmd v pressed")
}
}