Created
February 23, 2012 00:03
-
-
Save Sciss/1888530 to your computer and use it in GitHub Desktop.
mac_infrared.sh
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
# on a "managed" mac where some idiot disabled certain preferences panes? | |
# just do it in the shell... enable/disable infrared reception: | |
defaults read /Library/Preferences/com.apple.driver.AppleIRController DeviceEnabled | |
defaults write /Library/Preferences/com.apple.driver.AppleIRController DeviceEnabled -bool yes | |
defaults write /Library/Preferences/com.apple.driver.AppleIRController DeviceEnabled -bool no |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
...and a viewer : http://sourceforge.net/projects/skim-app/