فهرست منبع

Force shift tab to indent less

Steven Silvester 7 سال پیش
والد
کامیت
9cd5ddb3a6
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      packages/codemirror/src/factory.ts

+ 1 - 0
packages/codemirror/src/factory.ts

@@ -38,6 +38,7 @@ class CodeMirrorEditorFactory implements IEditorFactoryService {
       ...CodeMirrorEditor.defaultConfig,
       extraKeys: {
         'Tab': 'indentMoreOrinsertTab',
+        'Shift-Tab': 'indentLess',
         'Shift-Enter': () => { /* no-op */ }
       },
       lineNumbers: true,