Last active
October 12, 2018 06:32
-
-
Save calvinchoy/6883131 to your computer and use it in GitHub Desktop.
Apple config script codes
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
# Special chars on key hold | |
defaults write -g ApplePressAndHoldEnabled -bool false | |
defaults write -g ApplePressAndHoldEnabled -bool true | |
# fix webcam not found - resets iCam | |
sudo killall VDCAssistant |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment