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