Apple Setup: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

9 July 2022

  • curprev 06:2306:23, 9 July 2022 Iwiseman talk contribs 664 bytes +5 Keyboard Mapping
  • curprev 06:2306:23, 9 July 2022 Iwiseman talk contribs 659 bytes +659 Created page with "=Keyboard Mapping= To get the keyboard home + end keys<br> Create a file in ~/Library/KeyBindings/DefaultKeyBinding.dict<br> <syntaxhighlight> { "\UF729" = moveToBeginningOfParagraph:; // home "\UF72B" = moveToEndOfParagraph:; // end "$\UF729" = moveToBeginningOfParagraphAndModifySelection:; // shift-home "$\UF72B" = moveToEndOfParagraphAndModifySelection:; // shift-end "^\UF729" = moveToBeginningOfDocument:; // ctrl-home "^\UF72B" = moveToEndOfDocument:; /..."