勝手に独り読書会 - その05
勝手に読書会,5 回目です.
どうかなー,と見ていたら...今回はモチベーション低いです(笑
どれも使わないツールばかりなので.
"safari & webkit" と "mail" のパラグラフは,使わないもんですが,一応.
itunes のパラグラフは,端折ります.
############################################################################### # Safari & WebKit # ############################################################################### # Set Safari’s home page to `about:blank` for faster loading defaults write com.apple.Safari HomePage -string "about:blank" ### safari の [環境設定],[一般] シート > [ホームページ] ### -> "about:blank" # Prevent Safari from opening ‘safe’ files automatically after downloading defaults write com.apple.Safari AutoOpenSafeDownloads -bool false ### safari の [環境設定],[一般] シート > chb[ダウンロード後,"安全な" ファイルを開く] ### -> "オン" # Allow hitting the Backspace key to go to the previous page in history defaults write com.apple.Safari com.apple.Safari.ContentPageGroupIdentifier.WebKit2BackspaceKeyNavigationEnabled -bool true ### 無; 直前見ていたページへ移動はバックスペースキーによる操作を有効にする ### -> true (有効にする) # Hide Safari’s bookmarks bar by default defaults write com.apple.Safari ShowFavoritesBar -bool false ### [表示]メニュー > [ブックマークバーを隠す] # Disable Safari’s thumbnail cache for History and Top Sites defaults write com.apple.Safari DebugSnapshotsUpdatePolicy -int 2 ### 無; 履歴やトップサイトで使用するページのサムネイル画像生成/自動生成を停止 ### -> 2 (すべて停止) # Enable Safari’s debug menu defaults write com.apple.Safari IncludeInternalDebugMenu -bool true ### safari の [環境設定],[詳細] シート > chb[メニューバーに"開発"メニューを表示] ### -> "オン" # Make Safari’s search banners default to Contains instead of Starts With defaults write com.apple.Safari FindOnPageMatchesWordStartsOnly -bool false ### 無; ??? # Remove useless icons from Safari’s bookmarks bar defaults write com.apple.Safari ProxiesInBookmarksBar "()" ### safari の [環境設定],[ブックマーク] シート > [ブックマークメニュー] > chb[ブックマークバーを表示] ### -> "オン" # Enable the Develop menu and the Web Inspector in Safari defaults write com.apple.Safari IncludeDevelopMenu -bool true defaults write com.apple.Safari WebKitDeveloperExtrasEnabledPreferenceKey -bool true defaults write com.apple.Safari com.apple.Safari.ContentPageGroupIdentifier.WebKit2DeveloperExtrasEnabled -bool true ### 無; 開発メニューとウェブインスペクターをエネイブルにする # Add a context menu item for showing the Web Inspector in web views defaults write NSGlobalDomain WebKitDeveloperExtras -bool true ### 無; コンテキストメニューにウェブ・インスペクター表示のアイテムを追加 ### -> true (表示する) ############################################################################### # iTunes (pre-iTunes 11 only) # ############################################################################### ### (すべて略) # Disable the iTunes store link arrows defaults write com.apple.iTunes show-store-link-arrows -bool false # Disable the Genius sidebar in iTunes defaults write com.apple.iTunes disableGeniusSidebar -bool true # Disable radio stations in iTunes defaults write com.apple.iTunes disableRadio -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 `kHiddenMenuItemTargetSearch`. defaults write com.apple.iTunes NSUserKeyEquivalents -dict-add "Target Search Field" "@F" ############################################################################### # Mail # ############################################################################### # Disable send and reply animations in Mail.app defaults write com.apple.mail DisableReplyAnimations -bool true defaults write com.apple.mail DisableSendAnimations -bool true ### 無; 受/送信時のアニメーション の抑制 ### -> true (アニメーションしない) # Copy email addresses as `foo@example.com` instead of `Foo Bar <foo@example.com>` in Mail.app defaults write com.apple.mail AddressesIncludeNameOnPasteboard -bool false ### 無; アドレスのコピーで名前を含める ### -> false (名前はコピーせず,アドレスのみ) # Add the keyboard shortcut ⌘ + Enter to send an email in Mail.app defaults write com.apple.mail NSUserKeyEquivalents -dict-add "Send" "@\\U21a9" ### 無; [command]+[return] で送信
以上です.
メモは,あ,...ありません.
おしまい.