git.ithinksw.org
/
MenuTunes.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
HAY GUYS LETS SHIP
[MenuTunes.git]
/
MenuTunes.m
1
#import "MenuTunes.h"
2
#import <ITKit/ITHotKeyCenter.h>
3
4
@implementation MenuTunes
5
6
- (void)sendEvent:(NSEvent *)event
7
{
8
[[ITHotKeyCenter sharedCenter] sendEvent:event];
9
[super sendEvent:event];
10
}
11
12
@end