PeachScript / sketch-plugin-monster

A Sketch plugin for managing all plugin shortcuts.
MIT License
146 stars 5 forks source link

Check for custom shortcuts? #19

Closed kbsmth closed 7 years ago

kbsmth commented 7 years ago

I have set custom keyboard shortcuts at my OS level that will often times conflict with the shortcuts defaulted by a plugin. Is there a way to check for conflicts among those?

Example: I use Cmd+Shift+] to move an object to the front. Sketch also uses this shortcut by default to align text to the right. Occasionally there is a discrepancy, but I have learned some of the quarks and try to avoid those situations.

PeachScript commented 7 years ago

I understood, it's a bug, this plugin will check for conflicts base on a Sketch shortcuts table when you press a new shortcut, I put shift cmd { and shift cmd } into this shortcuts table, but they should be shift cmd [ and shift cmd ], so it not work for this situation, I will fix it, thanks!

By the way, this plugin will prompt for you if your new shortcuts conflict with Sketch or other plugins but except your custom shortcuts in the OS X System Preferences.

PeachScript commented 7 years ago

Hi @kbsmth , v0.3.0 has been released, this problem should be solved, you can try it now :P