Answers for "macbook disable input from built in keyboard"

0

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
Posted by: Guest on February-05-2021

Code answers related to "macbook disable input from built in keyboard"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language