Skip to content

Instantly share code, notes, and snippets.

@kobekko
Last active August 29, 2015 14:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kobekko/0888fe2849308c829ad7 to your computer and use it in GitHub Desktop.
Save kobekko/0888fe2849308c829ad7 to your computer and use it in GitHub Desktop.
MacBookProでHHKBを尊師スタイルで使う ref: http://qiita.com/kobekko/items/df902825606d87bbd0f1
% sudo kextunload /System/Library/Extensions/AppleUSBTopCase.kext/Contents/PlugIns/AppleUSBTCKeyboard.kext/
% sudo kextload /System/Library/Extensions/AppleUSBTopCase.kext/Contents/PlugIns/AppleUSBTCKeyboard.kext/
alias onkeyboard="sudo kextload /System/Library/Extensions/AppleUSBTopCase.kext/Contents/PlugIns/AppleUSBTCKeyboard.kext/"
alias offkeyboard="sudo kextunload /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