thomaslindstrom / color-picker

A color picker for the Atom Editor. Right click a color and select color picker to open it.
MIT License
246 stars 50 forks source link

Cannot open color picker #235

Closed rugk closed 6 years ago

rugk commented 6 years ago

After extensions updates or so, I cannot open the color picker. It just does not show up.

rugk commented 6 years ago

Closing, as it seems to be an Atom issue.

HugoMcPhee commented 6 years ago

manually adding the keybinding to 'keymap.cson' fixed the issue for me

'atom-text-editor':
  'ctrl-alt-c': 'color-picker:open'
chicken-suop commented 6 years ago

MacOS equiv:

'atom-text-editor':
  'shift-cmd-C': 'color-picker:open'