diff --git a/components/Carbon.js b/components/Carbon.js index 60d2e1e..00c9d82 100644 --- a/components/Carbon.js +++ b/components/Carbon.js @@ -80,7 +80,10 @@ class Carbon extends PureComponent { theme: config.theme, scrollBarStyle: null, viewportMargin: Infinity, - lineWrapping: true + lineWrapping: true, + extraKeys: { + 'Shift-Tab': 'indentLess' + } } const backgroundImage = (this.props.config.backgroundImage && this.props.config.backgroundImageSelection) ||