Skip to main content

Posts

Showing posts from May, 2015
I've customized my default key bindings on Mac to try and get some conformity amongst my many platforms. I tend to get confused, and these make it easier for me each time I switch around. For one thing, this fixed the Home and End  keys' default behavior. Also tweaked PgUp and PgDown slightly. Then also added shortcuts for the most commonly-used CTRL-<key> variants (like copy and paste). I've added/created the following file: (also creating the directory) ~/Library/KeyBindings/ DefaultKeyBinding.dict With the text content: /* ~/Library/KeyBindings/DefaultKeyBinding.dict */ {       /* Remap Home / End to be correct :-) */       "\UF729"  = "moveToBeginningOfLine:";                   /* Home         */       "\UF72B"  = "moveToEndOfLine:";                         /* End          */       "$\UF729" = "moveToBeginningOfLineAndModifySelection:"; /* Shift + Home */       "$\UF72B&quo