X-Git-Url: http://git.ithinksw.org/MenuTunes.git/blobdiff_plain/d0b1fa0c62ff0b511b3a4dc2bf77bf311f2eed94..0ab2d6bec7f56617e1c7ed073168753d48d1707e:/PreferencesController.h diff --git a/PreferencesController.h b/PreferencesController.h index a593abb..7be6a5e 100755 --- a/PreferencesController.h +++ b/PreferencesController.h @@ -47,22 +47,10 @@ NSMutableArray *availableItems; NSMutableArray *myItems; NSArray *submenuItems; - - KeyCombo *combo; - KeyCombo *playPauseCombo; - KeyCombo *nextTrackCombo; - KeyCombo *prevTrackCombo; - KeyCombo *visualizerCombo; - KeyCombo *trackInfoCombo; - KeyCombo *upcomingSongsCombo; - KeyCombo *volumeIncrementCombo; - KeyCombo *volumeDecrementCombo; - KeyCombo *ratingIncrementCombo; - KeyCombo *ratingDecrementCombo; - KeyCombo *toggleLoopCombo; - KeyCombo *toggleShuffleCombo; - NSString *setHotKey; + KeyCombo *combo; + NSString *currentHotKey; + NSMutableDictionary *hotKeysDictionary; } + (PreferencesController *)sharedPrefs; @@ -82,6 +70,6 @@ - (IBAction)clearHotKey:(id)sender; - (IBAction)okHotKey:(id)sender; -- (void)setHotKey:(NSString *)key; +- (void)setCurrentHotKey:(NSString *)key; - (void)setKeyCombo:(KeyCombo *)newCombo; @end