Use home / end key of PC keyboard to MAC OSX


If you have full size keyboard and you want classic beginning/end line behavior on home/end keys then create ~/Library/KeyBindings/DefaultKeyBinding.dict file with following content:

{
“\UF729” = “moveToBeginningOfLine:”;
“$\UF729” = “moveToBeginningOfLineAndModifySelection:”;         // shift-home
“\UF72B” = “moveToEndOfLine:”;
“$\UF72B” = “moveToEndOfLineAndModifySelection:”;          // shift-end
}

And relog.
 
Or
 

{
“\UF729” = “moveToBeginningOfParagraph:”;
“$\UF729” = “moveToBeginningOfParagraphAndModifySelection:”;      // shift-home
“\UF72B” = “moveToEndOfParagraph:”;
“$\UF72B” = “moveToEndOfParagraphAndModifySelection:”;      // shift-end
}

 
Or you can use KeyRemap4MacBook/Karabiner System Preferences addon.

Related Articles

회신을 남겨주세요

귀하의 의견을 입력하십시오!
여기에 이름을 입력하십시오.

Captcha verification failed!
보안문자 사용자 점수가 실패했습니다. 연락주세요!

Stay Connected

0같은
0추종자따라
22,800가입자가입
- Advertisement -spot_img

Latest Articles