… of many things …

… of many things … header image 2

MacOS X… · home · end · page up · page down ·

November 8th, 2006 · No Comments

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:”;

}

Tags: Mac

0 responses so far ↓

  • There are no comments yet...Kick things off by filling out the form below.

Leave a Comment