Skip to content

Commit

Permalink
Further
Browse files Browse the repository at this point in the history
  • Loading branch information
Volorf committed Apr 5, 2017
1 parent 71c49d8 commit 893160c
Showing 1 changed file with 6 additions and 14 deletions.
20 changes: 6 additions & 14 deletions gridy.sketchplugin/Contents/Sketch/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,24 +10,16 @@
"bundleVersion": 1,
"commands": [
{
"name": "Perfect a Line Height",
"identifier": "perfectLineHeight",
"shortcut": "ctrl shift l",
"script": "perfecter.js",
"handler": "perfectLineHeightFunc"
},
{
"name": "Perfect a Font Size",
"identifier": "perfectFontSize",
"shortcut": "ctrl shift f",
"script": "perfecter.js",
"handler": "perfectFontSizeFunc"
"name": "Vertical guidelines",
"identifier": "verticalGuides",
"shortcut": "ctrl shift alt v",
"script": "gridy.js",
"handler": "createVerticalGuides"
}
],
"menu": {
"items": [
"perfectLineHeight",
"perfectFontSize"
"verticalGuides"
]
}
}

0 comments on commit 893160c

Please sign in to comment.