Return to Snippet

Revision: 16541
at August 7, 2009 09:47 by pashky


Initial Code
sudo vi /System/Library/Extensions/AppleHIDKeyboard.kext/Contents/Info.plist

                        <key>ProductID</key>
                        <integer>545</integer>
                        <key>VendorID</key>
                        <integer>1452</integer>
                        <key>alt_handler_id</key>
                        <integer>46</integer> // was 47


sudo touch /System/Library/Extensions/AppleHIDKeyboard.kext/
sudo touch /System/Library/Extensions
sudo rm -rf /System/Library/Extensions.mkext
kextunload /kextload /reboot

Initial URL


Initial Description


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

Initial Tags


Initial Language
Bash