From b3ef9ed2d1589283e433a749608001f5eed2c527 Mon Sep 17 00:00:00 2001 From: Christopher Newton Date: Sat, 19 Nov 2016 13:39:43 +0100 Subject: [PATCH] Allow keyboard to wake from screensaver --- EpochFlipClock.m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;}