weslly / ColorPicker

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

how can I change the shortcut ? #89

Open phil123456 opened 7 years ago

phil123456 commented 7 years ago

Hello,

I already have a plugin linked to CTRL SHIFT C

how can I modify the key binding ?

thanks

phil123456 commented 7 years ago

anyone ?

phil123456 commented 7 years ago

http://stackoverflow.com/questions/27325002/sublime-text-editor-change-plugin-hotkey

weslly commented 7 years ago

Add this to your keybindings file:

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

Just change the ctrl+shift+c part to the new shortcut.