OSX tips

From Slashdot:

I like OS X, but every time I’ve used it I am amazed that Home/End doesn’t work properly.

Create a file ~/Library/KeyBindings/DefaultKeyBinding.dict with this content:
/* Home/End keys like Windows */
{
“\UF729″ = “moveToBeginningOfLine:”; /* home */
“\UF72B” = “moveToEndOfLine:”; /* end */
“$\UF729″ = “moveToBeginningOfLineAndModifySelection:”; /* shift + home */
“$\UF72B” = “moveToEndOfLineAndModifySelection:”; /* shift + end */
}

I need to start my own OSX tips and tricks page …

Digg! delicious
Posted on Wednesday, March 2nd, 2005 at 1:59 pm and filed under geekery, macnuttery. Subscribe to RSS 2.0. Skip to the end and leave a comment. Pinging disabled.

Leave a Reply