Skip to content

Commit

Permalink
Merge pull request #15 from harawata/less-beeping
Browse files Browse the repository at this point in the history
Avoid beeping on every keydown.
  • Loading branch information
michaelvillar authored Jun 2, 2017
2 parents 8a6fb98 + ab0458b commit d23b368
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Timer/MVTimerController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,7 @@ class MVTimerController: NSWindowController {
self.clockView.keyUp(with: theEvent)
}

override func keyDown(with event: NSEvent) {
}

}

0 comments on commit d23b368

Please sign in to comment.