Skip to content

Instantly share code, notes, and snippets.

@littlebusters
Created December 21, 2016 13:24
Show Gist options
  • Save littlebusters/a86bd7ee67dc80bbe811da20e4014287 to your computer and use it in GitHub Desktop.
Save littlebusters/a86bd7ee67dc80bbe811da20e4014287 to your computer and use it in GitHub Desktop.

[ { "appName": "Sketch.app", "shortcut": [ { "menu": "Mask with Selected Shape", "key": "7", "modifier": ["command"] }, { "menu": "Move To Front", "key": "]", "modifier": ["command","shift"] }, { "menu": "Forward", "key": "]", "modifier": ["command"] }, { "menu": "Backward", "key": "[", "modifier": ["command"] }, { "menu": "Move To Back", "key": "[", "modifier": ["command", "shift"] }, { "menu": "Join", "key": "j", "modifier": ["command"] }, { "menu": "Replace…", "key": "p", "modifier": ["command","shift"] }, { "menu": "Tighten", "key": "left", "modifier": ["option"] }, { "menu": "Loosen", "key": "right", "modifier": ["option"] }, { "menu": "Center Canvas", "key": "0", "modifier": ["command","option"] }, { "menu": "Actual Size", "key": "1", "modifier": ["command"] }, { "menu": "ArtboardZoom - Zoom to selected Artboard", "key": "0", "modifier": ["command"] }, { "menu": "Lock Layer", "key": "2", "modifier": ["command"] }, { "menu": "Unlock Layer", "key": "2", "modifier": ["command","option"] }, { "menu": "Hide Layer", "key": "3", "modifier": ["command"] }, { "menu": "Show Layer", "key": "3", "modifier": ["command","option"] }, { "menu": "Bigger", "key": ".", "modifier": ["command","shift"] }, { "menu": "Smaller", "key": ",", "modifier": ["command","shift"] }, { "menu": "Show Smart Guides", "key": "u", "modifier": ["command"] }, { "menu": "Hide Smart Guides", "key": "u", "modifier": ["command"] }, { "menu": "Show Grid", "key": "", "modifier": ["command"] }, { "menu": "Align Left", "key": "l", "modifier": ["command","shift"] }, { "menu": "Center", "key": "c", "modifier": ["command","shift"] }, { "menu": "Justify", "key": "j", "modifier": ["command","shift"] }, { "menu": "Align Right", "key": "r", "modifier": ["command","shift"] } ] } ]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment