Skip to content

Commit

Permalink
.osx: Make ⌘ + F focus the search input in iTunes
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiasbynens committed Feb 13, 2012
1 parent e4f42d3 commit 26b8f13
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .osx
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,9 @@ defaults write com.apple.terminal StringEncodings -array 4
# Disable the Ping sidebar in iTunes
defaults write com.apple.iTunes disablePingSidebar -bool true

# Make ⌘ + F focus the search input in iTunes
defaults write com.apple.iTunes NSUserKeyEquivalents -dict-add "Target Search Field" "@F"

# Disable all the other Ping stuff in iTunes
defaults write com.apple.iTunes disablePing -bool true

Expand Down

0 comments on commit 26b8f13

Please sign in to comment.