Created in early 2004, UNEASYsilence aims to deliver daily coverage of offbeat & generally geeky news. Subscribe via RSS or Email.

READING single

Add Command+F quick search shortcut to iTunes (Mac)

Posted in Apple, Tech by Derek at 6:00 pm
closeThis post was published 2 years 8 months 1 day ago and its content may not be valid anymore.

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.

5 Responses to “Add Command+F quick search shortcut to iTunes (Mac)”

  1. ClunkClunk says:

    Command-Option-F highlights the search field by default. Useful for those who don’t want to change anything beyond the stock.

  2. MiKa says:

    Hum… actually, the Apple convention is that Command-alt-F highligths the search field in the open window, whereas command-f opens the search box for the open document in the window.
    You cans see this behaviour in every Apple application (As far as I know – iTunes, Safari, Finder).

    iTunes isn’t an exception, except the window does not contain any “searcheable document”, so the search menu logic doesn’t apply.

    But you can select the search field with command-alt-F.

    Still, your tip to make command-F the default for iTunes is great !

  3. MiKa says:

    (And command-F is now used for CoverFlow fullscreen mode)

  4. Ronald Poi says:

    Damn… i should have read the comments before screw my terminal…

  5. The two-line command was just for readability: this is more easily typed as a one-line command without the backslash, but you can copy-paste it as-is, too.

Additional comments powered by BackType