hazmat
Rusher of Din
Here's something that I haven't seen here, even searching. You can swap your Caps Lock and Control keys for real. Funny that hitting the Caps Lock (where Control used to be), will light up the now Control key. I would prefer both, but this solution is wonderful.
1. Edit /System/Library/Extensions/IOUSBFamily.kext/Contents/PlugIns/AppleUSBKeyboard.kext/Contents/Info.plist and add:
< key >Swap control and capslock< /key >
< integer >1< /integer >
(the spaces in the tags are only so they wouldn't get parsed out here; take them out)
under IOKitPersonalities/AppleUSBKeyboard. You can use the PropertyListEditor application that comes with the developer tools to add the property, or of course a text editor.
2. Remove the file /System/Library/Extensions.mkext. This is a device driver cache. The modified AppleUSBKeyboard driver will not be loaded if this exists. The next reboot will rebuild this file with the modified AppleUSBKeyboard driver. (And the reboot will take a bit longer than normal as it builds the file.)
3. Reboot.
That's it! That's from John Fieber. And bless Apple for actually making that an option in 10.1.
1. Edit /System/Library/Extensions/IOUSBFamily.kext/Contents/PlugIns/AppleUSBKeyboard.kext/Contents/Info.plist and add:
< key >Swap control and capslock< /key >
< integer >1< /integer >
(the spaces in the tags are only so they wouldn't get parsed out here; take them out)
under IOKitPersonalities/AppleUSBKeyboard. You can use the PropertyListEditor application that comes with the developer tools to add the property, or of course a text editor.
2. Remove the file /System/Library/Extensions.mkext. This is a device driver cache. The modified AppleUSBKeyboard driver will not be loaded if this exists. The next reboot will rebuild this file with the modified AppleUSBKeyboard driver. (And the reboot will take a bit longer than normal as it builds the file.)
3. Reboot.
That's it! That's from John Fieber. And bless Apple for actually making that an option in 10.1.