To fix that, navigate to:
/Users/UserName/Library/KeyBindings
Create a text file named DefaultKeyBinding.dict
and copy this into it:
{
"\UF729" = moveToBeginningOfLine:; // home
"\UF72B" = moveToEndOfLine:; // end
"$\UF729" = moveToBeginningOfLineAndModifySelection:; // shift-home
"$\UF72B" = moveToEndOfLineAndModifySelection:; // shift-end
}
Note, if the file already exists then add the relevant lines between the braces.
Cheers!
This post is good enough to make somebody understand this amazing thing, and I’m sure everyone will appreciate this interesting things.
ReplyDeleteJames