Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

HiFiGuy528

macrumors 68000
Original poster
Jul 24, 2008
1,876
65
I know there is a short cut key combo to iTunes Search, but I don't remember what it is. Anyone here knows?
 
There isn't by default. See here for a list of iTunes shortcuts.

However, if you close iTunes and run the following command in Terminal, it will assign CMD+F to jump to the iTunes search field when iTunes is the foremost window:

Code:
defaults write com.apple.iTunes \
NSUserKeyEquivalents -dict-add "Target Search Field" "@F"
 
There isn't by default. See here for a list of iTunes shortcuts.

However, if you close iTunes and run the following command in Terminal, it will assign CMD+F to jump to the iTunes search field when iTunes is the foremost window:

Code:
defaults write com.apple.iTunes \
NSUserKeyEquivalents -dict-add "Target Search Field" "@F"

Thank you!
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.