Cannot open color picker
rugk opened this issue · 3 comments
rugk commented
After extensions updates or so, I cannot open the color picker. It just does not show up.
rugk commented
Closing, as it seems to be an Atom issue.
HugoMcPhee commented
manually adding the keybinding to 'keymap.cson' fixed the issue for me
'atom-text-editor':
'ctrl-alt-c': 'color-picker:open'
chicken-suop commented
MacOS equiv:
'atom-text-editor':
'shift-cmd-C': 'color-picker:open'