liuderchi / ide-css

:atom: Atom-IDE for CSS, LESS and SCSS language

Home Page:https://atom.io/packages/ide-css

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CTRL + ALT + C interferes with Colorpicker

opened this issue · comments

When using CTRL + ALT + C it copies the details about a entity, although this is "nifty" it gets in the way of the very popular color pickers default command to be used.

Would be nice if you could change this as the color picker is more widely used with 1.5 million + downloads.

Was able to change color pickers default to E key luckily, but cause a bit of confusion and Im sure it has for others also.

@slater101 thanks for your feedback.

Please help confirm the command name of hitting ctrl-alt-c (it might be platform dependent)

  1. dispatch command Key Binding Resolver: Toggle to activate it at bottom of pane
  2. hit ctrl-alt-c
  3. what's the command name shown in the binding resolver?

Thanks for the response.

CTRL + ALT + C has no platform binding. Shows empty on keybind resolver, But this is because I changed the default of Color picker. from CTRL + ALT + C to CTRL + ALT + E to keep that issue from happening.

I think the best overall solution would be to show the commands in the description of the plugin and have an option to turn them off so that we can easily override them / choose to not use them.

When using CTRL + ALT + C it copies the details about a entity

@slater101 what's the name of this command?