Last active
December 27, 2015 08:39
-
-
Save mtsd/7298311 to your computer and use it in GitHub Desktop.
Mac tips
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Safariでdeleteキ−で「戻る」 | |
| # http://www.aivy.co.jp/BLOG_TEST/nagasawa/c/2012/07/safari-6delete.html | |
| # | |
| $ defaults write com.apple.Safari com.apple.Safari.ContentPageGroupIdentifier.WebKit2BackspaceKeyNavigationEnabled -bool YES | |
| # クイックルックでテキストを選択できるようにする | |
| $ defaults write com.apple.finder QLEnableTextSelection -bool TRUE; killall Finder |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment