https://github.com/peachscript/sketch-plugin-monster
A Sketch plugin for managing all plugin shortcuts.
https://github.com/peachscript/sketch-plugin-monster
shortcuts sketch-plugin
Last synced: 3 months ago
JSON representation
A Sketch plugin for managing all plugin shortcuts.
- Host: GitHub
- URL: https://github.com/peachscript/sketch-plugin-monster
- Owner: PeachScript
- License: mit
- Created: 2017-01-23T03:17:43.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-15T03:40:20.000Z (almost 7 years ago)
- Last Synced: 2025-02-27T17:17:03.105Z (3 months ago)
- Topics: shortcuts, sketch-plugin
- Language: JavaScript
- Homepage:
- Size: 514 KB
- Stars: 146
- Watchers: 8
- Forks: 5
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Sketch Plugin Monster
A Sketch plugin for managing all plugin shortcuts.### Features
- Manage plugin shortcuts
- Detect and highlight conflicting shortcuts
- Set or clear shortcut for any command of Sketch plugins
- Not allowed to set shortcuts that conflict with Sketch or other plugins
- Display conflict details
- Filter commands which use specific shortcut keys
- Import and export shortcut configurations
- Search any command or plugin through keywords
- Multi-language support## Installation
### Direct download
1. Download the latest version from [release page](https://github.com/PeachScript/sketch-plugin-monster/releases) and unzip;
2. Open `Sketch Plugin Monster.sketchplugin`.
### Install with Sketchpacks
### Install with Runner
1. Press `⌘` + `'` open Runner window;
2. Switch to `install` tab;
3. Type `monster`;
4. Select `Sketch Plugin Monster` item and press `Return`.### Install with Sketch Plugin Manager
1. Search `monster` in Sketch Plugin Manager;
2. Find `Sketch Plugin Monster` in the result list and click `Install` button.## FAQ
Please visit the [FAQ page](https://github.com/PeachScript/sketch-plugin-monster/blob/master/doc/FAQ.md).
## Changelog
Details changes for each release are documented in the [release notes](https://github.com/PeachScript/sketch-plugin-monster/releases).
## Maintainers
![]()
Golevka
Designer
![]()
PeachScript
Developer
## Licence
The MIT License (MIT)
Copyright (c) 2018 PeachScript
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.