Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CSSketch.sketchplugin/Contents/Sketch/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@
"script" : "src/CSSketch_cached.js",
"handler" : "setPageStylesheet",
"identifier" : "setPageStylesheet",
"shortcut" : "cmd ctrl 4",
"shortcut" : "cmd ctrl 4"
},
{
"name" : "Layout Layers",
"script" : "src/CSSketch_cached.js",
"handler" : "layoutLayers",
"identifier" : "layoutLayers",
"shortcut" : "cmd ctrl 0",
"shortcut" : "cmd ctrl 0"
}
],
"menu" : {
Expand Down