weslly / ColorPicker

Color picker for Sublime Text
http://weslly.github.io/ColorPicker
511 stars 108 forks source link

Unable to use #37

Closed raduluchian closed 10 years ago

raduluchian commented 10 years ago

I've installed the package but so far it doesn't work. I already use Ctrl+Shift+C for CSSComb and I cannot find the place to change the key bindings for the ColorPicker, no menu entry, nothing. Any clues as to why this is happening? I think it might be a really useful plugin and would definitely want to use it while working.

weslly commented 10 years ago

You can change the keybinding by opening your User KeyBindings file and adding this:

{ "keys": ["ctrl+alt+c"], "command": "color_pick" }

You can replace the "ctrl+alt+c" with another combination.

(If the file is empty, you'll need to wrap this with a pair of brackets)