Skip to content

Commit 4b8cc28

Browse files
authored
Merge pull request #2535 from gnestor/issue-2379
Remove keymaps that conflict with non-English keyboards
2 parents bf3de7b + af0a7b5 commit 4b8cc28

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

notebook/static/notebook/js/cell.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,8 @@ define([
133133
"Cmd-Left": "goLineLeft",
134134
"Tab": "indentMore",
135135
"Shift-Tab" : "indentLess",
136-
"Cmd-Alt-[" : "indentAuto",
137-
"Ctrl-Alt-[" : "indentAuto",
136+
// "Cmd-Alt-[" : "indentAuto",
137+
// "Ctrl-Alt-[" : "indentAuto",
138138
"Cmd-/" : "toggleComment",
139139
"Ctrl-/" : "toggleComment",
140140
}

0 commit comments

Comments
 (0)