Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save dallasmarlow/27d1e0e218730814ae1f4563b0c72a91 to your computer and use it in GitHub Desktop.
Save dallasmarlow/27d1e0e218730814ae1f4563b0c72a91 to your computer and use it in GitHub Desktop.
function keyboard
if [ $argv[1] = "disable" ]
sudo kextunload /System/Library/Extensions/AppleUSBTopCase.kext/Contents/PlugIns/AppleUSBTCKeyboard.kext/
else
sudo kextload /System/Library/Extensions/AppleUSBTopCase.kext/Contents/PlugIns/AppleUSBTCKeyboard.kext/
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment