I stole this from Think Again!
I am reposting it here because you never know when someone’s blog may disappear…
Fortunately, it is quite easy to fix and I have two solutions for you:
1. Download and install a DoubleCommand. It fixes the home/end problem.
2. Change the key bindings in Mac OS X. Add the following code to ~/Library/KeyBindings/DefaultKeyBinding.dict (the directory and file might not exist):
{/* home */
“\UF729″ = “moveToBeginningOfLine:”;“$\UF729″ = “moveToBeginningOfLineAndModifySelection:”;
/* end */
“\UF72B” = “moveToEndOfLine:”;“$\UF72B” = “moveToEndOfLineAndModifySelection:”;
/* page up/down */
“\UF72C” = “pageUp:”;“\UF72D” = “pageDown:”;
}
0 responses so far ↓
There are no comments yet...Kick things off by filling out the form below.
Leave a Comment