FAQ
May 17, 2018 ยท View on GitHub
Why my new shortcut is not working?
This plugin will check usability for your new shortcut keys base on the Sketch official shortcut list, but it perhaps not contains some special keys, so if your new shortcut are not working, I recommend you try a new one that meet the following points:
- Use at least two keys;
- Avoid using special keys like
ESC,SpaceorEnter.
On the other hand, Sketch will not update the shortcut configurations immediately, so you can try the new shortcut again later.
If it still not working, you can create an issure to report it.
What is the parsing error?
If you have install very, very much plugins, perhaps you will see one or more parsing error plugins, like this:

This error is basically the plugin's manifest.json file format error caused, although this plugin always try to handle unexpected format, but it cannot handle all exceptions exactly, so please open an issue and put the error log(how to get the error log?) if you see the parsing error, thanks!
How to get the error log?
Steps:
- Open
Sketch.app; - Open
Console.appin theApplications/Utilitiesfolder; - Type
sketchin the search box at the top right of the window; - Perform the operation which doesnot work properly, eg: Open the
Plugin Shortcuts Managementpanel; - Copy all output informations in the
Console.appand paste them in the Pastebin; - Save it and put the
Pastebinlink in your issue.
How to create a high quality issue?
In order to help me find the cause of your problem, I hope you can provide all the informations of the issue-template.
Recommended use Plugins > Sketch Plugin Monster > Feedback to create a new issue, it will contains version informations automatically.
Inspired by the issue helper of Vue.js.