andersennl / case-switch

Atom editor package to change variable names from kebab- to snake- to camelCase.
MIT License
4 stars 3 forks source link

Seems Only "case-switch:convert-to-kebab-case" is working #7

Closed ericfong closed 7 years ago

ericfong commented 8 years ago

Try to set hot keys

'atom-workspace':
  "ctrl-alt-t": 'case-switch:toggle'
  "ctrl-alt-c": "case-switch:convert-to-camel-case"
  "ctrl-alt-s": "case-switch:convert-to-snake-case"
  "ctrl-alt-k": "case-switch:convert-to-kebab-case"

All work except ctrl-alt-k

Tried alt-c ctrl-k, also not working

Thanks for you help

andersennl commented 8 years ago

Hi @ericfong, does invoking the command via atom's command panel work for you?

andersennl commented 7 years ago

I'll close this issue. Feel free to open it up again if you have any questions.