diff --git a/EpochFlipClock.m b/EpochFlipClock.m index 14e1084..6be5dfd 100755 --- a/EpochFlipClock.m +++ b/EpochFlipClock.m @@ -30,8 +30,8 @@ #pragma mark Focus Overrides - (NSView *)hitTest:(NSPoint)aPoint {return self;} -- (void)keyDown:(NSEvent *)theEvent {return;} -- (void)keyUp:(NSEvent *)theEvent {return;} +//- (void)keyDown:(NSEvent *)theEvent {return;} +//- (void)keyUp:(NSEvent *)theEvent {return;} - (void)mouseDown:(NSEvent *)theEvent {return;} - (void)mouseUp:(NSEvent *)theEvent {return;} - (void)mouseDragged:(NSEvent *)theEvent {return;}