aboutsummaryrefslogtreecommitdiffstats
path: root/.osx
diff options
context:
space:
mode:
authorMathias Bynens <mathias@qiwi.be>2012-08-01 23:54:39 +0200
committerMathias Bynens <mathias@qiwi.be>2012-08-01 23:56:18 +0200
commit7d9a9f2e707d4ee617b3521ac245007bde7f4490 (patch)
tree76c792ddb2d1fbe649e9eeb2bf6934ada8cab124 /.osx
parent8ed0257572cf00acd94c9768dc10f9f7e660cf0b (diff)
downloaddotfiles-7d9a9f2e707d4ee617b3521ac245007bde7f4490.tar.gz
dotfiles-7d9a9f2e707d4ee617b3521ac245007bde7f4490.tar.bz2
dotfiles-7d9a9f2e707d4ee617b3521ac245007bde7f4490.zip
.osx: Explain how to use the ⌘ + F iTunes hack with other system languages
Thanks to @renaudleo for this discovery.
Diffstat (limited to '.osx')
-rwxr-xr-x.osx3
1 files changed, 3 insertions, 0 deletions
diff --git a/.osx b/.osx
index c2fc9bb..904be88 100755
--- a/.osx
+++ b/.osx
@@ -330,6 +330,9 @@ defaults write com.apple.iTunes disablePingSidebar -bool true
defaults write com.apple.iTunes disablePing -bool true
# Make ⌘ + F focus the search input in iTunes
+# To use these commands in another language, browse iTunes’s package contents,
+# open `Contents/Resources/your-language.lproj/Localizable.strings`, and look
+# for `kMenuItemFullScreen` and `kHiddenMenuItemTargetSearch`.
defaults write com.apple.iTunes NSUserKeyEquivalents -dict-add "Target Search Field" "@F"
# Disable send and reply animations in Mail.app