Add Command+F quick search shortcut to iTunes (Mac)
An extremely helpful keyboard shortcut for iTunes users. If you’re like my, scratching your head wondering why Apple didn’t include this type of keyboard shortcut by default, wonder no more as Macworld outlines the quick Terminal fix [via].
defaults write com.apple.iTunes \
NSUserKeyEquivalents -dict-add “Target Search Field” “@F”
Make sure to hit Return after the "\" before entering the final NSUerKeyEquivalents string. Works like a charm for searching the main iTunes Library.
