diff --git a/notebook/static/notebook/js/cell.js b/notebook/static/notebook/js/cell.js index 89038c86ba..736e76ce75 100644 --- a/notebook/static/notebook/js/cell.js +++ b/notebook/static/notebook/js/cell.js @@ -133,8 +133,8 @@ define([ "Cmd-Left": "goLineLeft", "Tab": "indentMore", "Shift-Tab" : "indentLess", - "Cmd-Alt-[" : "indentAuto", - "Ctrl-Alt-[" : "indentAuto", + // "Cmd-Alt-[" : "indentAuto", + // "Ctrl-Alt-[" : "indentAuto", "Cmd-/" : "toggleComment", "Ctrl-/" : "toggleComment", }