ColorHighlighter icon indicating copy to clipboard operation
ColorHighlighter copied to clipboard

Color picker not working

Open johhansantana opened this issue 10 years ago • 7 comments

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)

johhansantana avatar Dec 23 '15 18:12 johhansantana

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.

LOQUILLO avatar Jan 10 '16 14:01 LOQUILLO

Hi @jsantana90 I recommend install this: https://github.com/skuroda/FindKeyConflicts for solve problems in keymaps

LOQUILLO avatar Jan 10 '16 15:01 LOQUILLO

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.

krisdestruction avatar Feb 16 '16 07:02 krisdestruction

Same issue here. No key conflict - just doesn't work. 😕

  • OS X 10.11.5
  • ST 3

chrisvfritz avatar Jun 03 '16 23:06 chrisvfritz

@chrisvfritz Did it break recently?

Monnoroch avatar Jun 04 '16 12:06 Monnoroch

Can't say. This was a new install.

chrisvfritz avatar Jun 04 '16 14:06 chrisvfritz

Sorry, don't have an OSX to test, but just recently this @MattDMo had submitted a PR for OSX.

Monnoroch avatar Jun 06 '16 17:06 Monnoroch