#import "MTApplication.h" #import "HotKeyCenter.h" @implementation MTApplication - (void)sendEvent:(NSEvent *)event { [[HotKeyCenter sharedCenter] sendEvent:event]; [super sendEvent:event]; } @end