Last active
August 28, 2019 16:26
-
-
Save fletcher/b60350e20a9994e0beb80b61b580356e to your computer and use it in GitHub Desktop.
MultiMarkdown Composer 4 Default Key Binding File
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [{ | |
| "key": "P", | |
| "action": "togglePreview:", | |
| "modifiers": ["cmd", "ctrl"] | |
| }, { | |
| "key": "I", | |
| "action": "toggleInfo:", | |
| "modifiers": ["cmd", "shift"] | |
| }, { | |
| "key": "T", | |
| "action": "toggleTOC:", | |
| "modifiers": ["cmd", "shift"] | |
| }, { | |
| "key": "R", | |
| "action": "toggleRef:", | |
| "modifiers": ["cmd", "shift"] | |
| }, { | |
| "key": "V", | |
| "action": "toggleCritic:", | |
| "modifiers": ["cmd", "shift"] | |
| }, { | |
| "key": "L", | |
| "action": "toggleShowLineNumbers:", | |
| "modifiers": ["cmd", "shift"] | |
| }, { | |
| "key": "L", | |
| "action": "toggleShowParagraphNumbers:", | |
| "modifiers": ["cmd", "opt", "shift"] | |
| }, { | |
| "key": "t", | |
| "action": "toggleTypewriterMode:", | |
| "modifiers": ["cmd", "ctrl"] | |
| }, { | |
| "key": "A", | |
| "action": "toggleAutoZoom:", | |
| "modifiers": ["cmd", "shift"] | |
| }, { | |
| "key": "b", | |
| "action": "addStrong:", | |
| "modifiers": ["cmd"] | |
| }, { | |
| "key": "i", | |
| "action": "addEmph:", | |
| "modifiers": ["cmd"] | |
| }, { | |
| "key": "\t", | |
| "action": "shiftLeft:", | |
| "modifiers": ["shift"] | |
| }, { | |
| "key": "[", | |
| "action": "shiftLeft:", | |
| "modifiers": ["cmd"] | |
| }, { | |
| "key": "]", | |
| "action": "shiftRight:", | |
| "modifiers": ["cmd"] | |
| }, { | |
| "key": "{", | |
| "action": "decreaseLine:", | |
| "modifiers": ["cmd", "shift"] | |
| }, { | |
| "key": "}", | |
| "action": "increaseLine:", | |
| "modifiers": ["cmd", "shift"] | |
| }, { | |
| "key": "[", | |
| "action": "decreaseLine:", | |
| "modifiers": ["cmd", "shift"] | |
| }, { | |
| "key": "]", | |
| "action": "increaseLine:", | |
| "modifiers": ["cmd", "shift"] | |
| }, { | |
| "key": "l", | |
| "action": "toggleList:", | |
| "modifiers": ["cmd", "ctrl"] | |
| }, { | |
| "key": "\\uF700", | |
| "action": "shiftUp:", | |
| "modifiers": ["cmd", "ctrl"] | |
| }, { | |
| "key": "\\uF701", | |
| "action": "shiftDown:", | |
| "modifiers": ["cmd", "ctrl"] | |
| }, { | |
| "key": "\\uF702", | |
| "action": "shiftLeft:", | |
| "modifiers": ["cmd", "ctrl"] | |
| }, { | |
| "key": "\\uF703", | |
| "action": "shiftRight:", | |
| "modifiers": ["cmd", "ctrl"] | |
| }, { | |
| "key": "\\uF700", | |
| "action": "increaseSelection:", | |
| "modifiers": ["cmd", "opt"] | |
| }, { | |
| "key": "\\uF701", | |
| "action": "decreaseSelection:", | |
| "modifiers": ["cmd", "opt"] | |
| }, { | |
| "key": "\\uF700", | |
| "action": "moveSelectionToPreviousParagraph:", | |
| "modifiers": ["cmd", "opt", "ctrl"] | |
| }, { | |
| "key": "\\uF701", | |
| "action": "moveSelectionToNextParagraph:", | |
| "modifiers": ["cmd", "opt", "ctrl"] | |
| }, { | |
| "key": "N", | |
| "action": "newDocument:", | |
| "modifiers": ["cmd"] | |
| }, { | |
| "key": "O", | |
| "action": "openDocument:", | |
| "modifiers": ["cmd"] | |
| }, { | |
| "key": "D", | |
| "action": "diffToCriticMarkup:", | |
| "modifiers": ["cmd"] | |
| }, { | |
| "key": "W", | |
| "action": "performClose:", | |
| "modifiers": ["cmd"] | |
| }, { | |
| "key": "S", | |
| "action": "saveDocument:", | |
| "modifiers": ["cmd"] | |
| }, { | |
| "key": "S", | |
| "action": "saveDocumentAs:", | |
| "modifiers": ["cmd", "shift"] | |
| }, { | |
| "key": "E", | |
| "action": "saveDocumentTo:", | |
| "modifiers": ["cmd", "shift"] | |
| }, { | |
| "key": "P", | |
| "action": "printDocument:", | |
| "modifiers": ["cmd"] | |
| }, { | |
| "key": "P", | |
| "action": "printPreview:", | |
| "modifiers": ["cmd", "shift"] | |
| }, { | |
| "key": "Z", | |
| "action": "undo:", | |
| "modifiers": ["cmd"] | |
| }, { | |
| "key": "Z", | |
| "action": "redo:", | |
| "modifiers": ["cmd", "shift"] | |
| }, { | |
| "key": "X", | |
| "action": "cut:", | |
| "modifiers": ["cmd"] | |
| }, { | |
| "key": "C", | |
| "action": "copy:", | |
| "modifiers": ["cmd"] | |
| }, { | |
| "key": "C", | |
| "action": "copyAsHTML:", | |
| "modifiers": ["cmd", "shift"] | |
| }, { | |
| "key": "C", | |
| "action": "copyAsLaTeX:", | |
| "modifiers": ["cmd", "opt"] | |
| }, { | |
| "key": "C", | |
| "action": "copyAsRichText:", | |
| "modifiers": ["cmd", "opt", "ctrl"] | |
| }, { | |
| "key": "V", | |
| "action": "paste:", | |
| "modifiers": ["cmd"] | |
| }, { | |
| "key": "A", | |
| "action": "selectAll:", | |
| "modifiers": ["cmd"] | |
| }, { | |
| "key": "=", | |
| "action": "zoomIn:", | |
| "modifiers": ["cmd"] | |
| }, { | |
| "key": "-", | |
| "action": "zoomOut:", | |
| "modifiers": ["cmd"] | |
| }, { | |
| "key": "=", | |
| "action": "zoomPreviewIn:", | |
| "modifiers": ["cmd", "shift"] | |
| }, { | |
| "key": "-", | |
| "action": "zoomPreviewOut:", | |
| "modifiers": ["cmd", "shift"] | |
| }, { | |
| "key": "I", | |
| "action": "toggleShowInvisibleCharacters:", | |
| "modifiers": ["cmd", "opt"] | |
| }, { | |
| "key": "X", | |
| "action": "toggleChangeTracking:", | |
| "modifiers": ["cmd", "ctrl", "opt"] | |
| }, { | |
| "key": "R", | |
| "action": "refreshPreview:", | |
| "modifiers": ["cmd"] | |
| }, { | |
| "key": "F", | |
| "action": "toggleFullScreen:", | |
| "modifiers": ["cmd", "ctrl"] | |
| }, { | |
| "key": "M", | |
| "action": "performMiniaturize:", | |
| "modifiers": ["cmd"] | |
| }, { | |
| "key": "P", | |
| "action": "openWithMarked:", | |
| "modifiers": ["cmd", "opt"] | |
| }, { | |
| "key": "1", | |
| "action": "selectLeftSidebar:", | |
| "modifiers": ["cmd"] | |
| }, { | |
| "key": "2", | |
| "action": "selectEditor:", | |
| "modifiers": ["cmd"] | |
| }, { | |
| "key": "3", | |
| "action": "selectRightSidebar:", | |
| "modifiers": ["cmd"] | |
| }, { | |
| "key": "?", | |
| "action": "onlineHelp:", | |
| "modifiers": ["cmd", "shift"] | |
| }, { | |
| "key": "/", | |
| "action": "showCheatSheet:", | |
| "modifiers": ["cmd"] | |
| }, { | |
| "key": ",", | |
| "action": "showPreferences:", | |
| "modifiers": ["cmd"] | |
| }, { | |
| "key": "H", | |
| "action": "hide:", | |
| "modifiers": ["cmd"] | |
| }, { | |
| "key": "H", | |
| "action": "hideOtherApplications:", | |
| "modifiers": ["cmd", "opt"] | |
| }, { | |
| "key": "Q", | |
| "action": "terminate:", | |
| "modifiers": ["cmd"] | |
| }, { | |
| "key": "\\uF702", | |
| "action": "moveSelectionToPreviousCriticMarkup:", | |
| "modifiers": ["cmd", "ctrl", "opt"] | |
| }, { | |
| "key": "\\uF703", | |
| "action": "moveSelectionToNextCriticMarkup:", | |
| "modifiers": ["cmd", "ctrl", "opt"] | |
| }, { | |
| "key": "A", | |
| "action": "acceptCurrentCriticMarkup:", | |
| "modifiers": ["cmd", "ctrl", "opt"] | |
| }, { | |
| "key": "R", | |
| "action": "rejectCurrentCriticMarkup", | |
| "modifiers": ["cmd", "ctrl", "opt"] | |
| }] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment