liuderchi / ide-css

:atom: Atom-IDE for CSS, LESS and SCSS language
https://atom.io/packages/ide-css
16 stars 1 forks source link

CTRL + ALT + C interferes with Colorpicker #29

Open ghost opened 6 years ago

ghost commented 6 years ago

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.

liuderchi commented 6 years ago

@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?
ghost commented 6 years ago

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.

liuderchi commented 6 years ago

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

@slater101 what's the name of this command?