Skip to content

Commit

Permalink
+ #6 Updated Toggle Layout shortcut;
Browse files Browse the repository at this point in the history
+ #4 Native plugin update system support.
  • Loading branch information
exevil committed Jan 30, 2018
1 parent 1f48a27 commit 6503237
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions Grid Master.sketchplugin/Contents/Sketch/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
{
"script" : "toggle.js",
"name" : "Toggle Layout",
"shortcut" : "ctrl l",
"shortcut" : "ctrl b",
"handler" : "toggleLayoutOnSelection",
"identifier" : "com.exevil.grid-master.toggleLayoutOnSelection"
},
Expand All @@ -25,7 +25,7 @@
{
"script" : "toggle.js",
"name" : "Toggle Layout on All Artboards",
"shortcut" : "ctrl shift l",
"shortcut" : "ctrl shift b",
"handler" : "toggleLayoutOnAllArtboards",
"identifier" : "com.exevil.grid-master.toggleLayoutOnAllArtboards"
}
Expand All @@ -41,8 +41,9 @@
]
},
"identifier" : "com.exevil.grid-master",
"version" : "1.2",
"version" : "1.3",
"description" : "Plugin that makes toggling visibility of grid and layout for multiple artboards real",
"authorEmail" : "m@dbv.ae",
"name" : "Grid Master"
"name" : "Grid Master",
"appcast" : "https://api.sketchpacks.com/v1/plugins/com.exevil.grid-master/appcast"
}

0 comments on commit 6503237

Please sign in to comment.