Make ISO Apple keyboard work as ANSI, so ~` is in top-left corner


/ Published in: Bash
Save to your folder(s)



Copy this code and paste it in your HTML
  1. sudo vi /System/Library/Extensions/AppleHIDKeyboard.kext/Contents/Info.plist
  2.  
  3. <key>ProductID</key>
  4. <integer>545</integer>
  5. <key>VendorID</key>
  6. <integer>1452</integer>
  7. <key>alt_handler_id</key>
  8. <integer>46</integer> // was 47
  9.  
  10.  
  11. sudo touch /System/Library/Extensions/AppleHIDKeyboard.kext/
  12. sudo touch /System/Library/Extensions
  13. sudo rm -rf /System/Library/Extensions.mkext
  14. kextunload /kextload /reboot

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.