Skip to content

Instantly share code, notes, and snippets.

@sunary
Created June 4, 2018 03:35
Show Gist options
  • Select an option

  • Save sunary/4b12c99b561297f05b173b351d9390e1 to your computer and use it in GitHub Desktop.

Select an option

Save sunary/4b12c99b561297f05b173b351d9390e1 to your computer and use it in GitHub Desktop.
mac tips

disable builtin keyboard:

sudo kextunload /System/Library/Extensions/AppleUSBTopCase.kext/Contents/PlugIns/AppleUSBTCKeyboard.kext

enable builtin keyboard:

sudo kextload /System/Library/Extensions/AppleUSBTopCase.kext/Contents/PlugIns/AppleUSBTCKeyboard.kext
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment