Created
November 7, 2014 16:56
-
-
Save soomtong/7a562f145b92f967f733 to your computer and use it in GitHub Desktop.
OSX defaults setting
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
| # 키보드 오래 누르고 있을 때 | |
| defaults write -g ApplePressAndHoldEnabled -bool false | |
| # 아이튠즈 한글 환경 강제 | |
| defaults write -app iTunes AppleLanguages "(ko)" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment