[
  {
    "key": "shift+alt+f",
    "command": "editor.action.formatDocument",
    "when": "editorTextFocus && !editorReadonly && !inCompositeEditor"
  },
  {
    //mostafa.change-case
    "key": "shift+alt+c",
    "command": "extension.changeCase.camel",
    "when": "editorHasSelection||editorTextFocus"
  }
]
