Color picker not working
I'm pressing ctrl + shift + c but nothing shows up, I right click on the color and click pick color and nothing happens either.
I'm using sublime text 3 with Elementary OS Freya (ubuntu 14.04)
Hi @jsantana90 you need to check the sublime-keymap file into User folder and add a new for ColorPick, maybe the default ctrl + shift +c is used by other command.
Hi @jsantana90 I recommend install this: https://github.com/skuroda/FindKeyConflicts for solve problems in keymaps
I used the FIndKeyConflicts plugin and found the conflict. What do I do now?
I tried adding this line to the default-user submap:
{ "keys": ["shift+super+c"], "key": "color_highlighter.color_picker" }
I loosely remember JSON and it'd be great if there was an easier way to configure this.
Same issue here. No key conflict - just doesn't work. 😕
- OS X 10.11.5
- ST 3
@chrisvfritz Did it break recently?
Can't say. This was a new install.
Sorry, don't have an OSX to test, but just recently this @MattDMo had submitted a PR for OSX.