Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

macbook disable input from built in keyboard

To disable the built-in keyboard:
sudo kextunload /System/Library/Extensions/AppleUSBTopCase.kext/Contents/PlugIns/AppleUSBTCKeyboard.kext

to enable it again:
sudo kextload /System/Library/Extensions/AppleUSBTopCase.kext/Contents/PlugIns/AppleUSBTCKeyboard.kext

it will throw some errors but does actually disable the keyboard
Source by apple.stackexchange.com #
 
PREVIOUS NEXT
Tagged: #macbook #disable #input #built #keyboard
ADD COMMENT
Topic
Name
9+6 =