ColorPicker icon indicating copy to clipboard operation
ColorPicker copied to clipboard

how can I change the shortcut ?

Open phil123456 opened this issue 8 years ago • 3 comments

Hello,

I already have a plugin linked to CTRL SHIFT C

how can I modify the key binding ?

thanks

phil123456 avatar May 18 '17 07:05 phil123456

anyone ?

phil123456 avatar May 19 '17 09:05 phil123456

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

phil123456 avatar May 19 '17 09:05 phil123456

Add this to your keybindings file:

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

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

weslly avatar May 19 '17 09:05 weslly