Closed rugk closed 6 years ago
Closing, as it seems to be an Atom issue.
manually adding the keybinding to 'keymap.cson' fixed the issue for me
'atom-text-editor':
'ctrl-alt-c': 'color-picker:open'
MacOS equiv:
'atom-text-editor':
'shift-cmd-C': 'color-picker:open'
After extensions updates or so, I cannot open the color picker. It just does not show up.