From 26b8f132f8fc69acf1f19e4596011a9ceff50db3 Mon Sep 17 00:00:00 2001 From: Mathias Bynens Date: Mon, 13 Feb 2012 09:57:38 +0100 Subject: =?UTF-8?q?.osx:=20Make=20=E2=8C=98=20+=20F=20focus=20the=20search?= =?UTF-8?q?=20input=20in=20iTunes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .osx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.osx b/.osx index d844c9c..18476a7 100755 --- a/.osx +++ b/.osx @@ -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 -- cgit v1.2.3