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
18 changes: 9 additions & 9 deletions MagicMirror2.sketchplugin/Contents/Sketch/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,50 +16,50 @@
"identifier" : "magic mirror",
"shortcut" : "control shift m",
"script" : "main.js",
"handler" : "configureSelection",
"handler" : "configureSelection"
},
{
"name" : "Rotate Selection",
"identifier" : "rotate selection",
"shortcut" : "control shift command r",
"script" : "main.js",
"handler" : "rotateSelection",
"handler" : "rotateSelection"
},
{
"name" : "Flip Selection",
"identifier" : "flip selection",
"shortcut" : "control shift command f",
"script" : "main.js",
"handler" : "flipSelection",
"handler" : "flipSelection"
},
{
"name" : "Jump to Artboard",
"identifier" : "jump selection",
"shortcut" : "control shift command j",
"script" : "main.js",
"handler" : "jumpSelection",
"handler" : "jumpSelection"
},
{
"name" : "Refresh Page/Selection",
"identifier" : "refresh",
"shortcut" : "control shift command e",
"script" : "main.js",
"handler" : "refresh",
"handler" : "refresh"
},
{
"name" : "About Pro Version...",
"identifier" : "pro version",
"shortcut" : "",
"script" : "main.js",
"handler" : "licenseInfo",
"handler" : "licenseInfo"
},
{
"name" : "Check For Updates...",
"identifier" : "check for updates",
"shortcut" : "",
"script" : "main.js",
"handler" : "checkForUpdates",
},
"handler" : "checkForUpdates"
}
],

"menu": {
Expand All @@ -74,7 +74,7 @@
"refresh",
"-",
"pro version",
"check for updates",
"check for updates"
]
}
}