ColorPicker
ColorPicker copied to clipboard
how can I change the shortcut ?
Hello,
I already have a plugin linked to CTRL SHIFT C
how can I modify the key binding ?
thanks
anyone ?
http://stackoverflow.com/questions/27325002/sublime-text-editor-change-plugin-hotkey
Add this to your keybindings file:
{ "keys": ["ctrl+shift+c"], "command": "color_pick" }
Just change the ctrl+shift+c part to the new shortcut.