I've done some work to the effect of moving MT to use the new HotKey
[MenuTunes.git] / KeyBroadcaster.h
1 /* KeyBroadcaster */
2
3 #import <Cocoa/Cocoa.h>
4
5 @interface KeyBroadcaster : NSButton
6 {
7 }
8 + (long)cocoaToCarbonModifiers:(long)modifiers;
9 @end