Skip to content

Commit

Permalink
Merge pull request #2535 from gnestor/issue-2379
Browse files Browse the repository at this point in the history
Remove keymaps that conflict with non-English keyboards
  • Loading branch information
Carreau authored Jun 7, 2017
2 parents bf3de7b + af0a7b5 commit 4b8cc28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions notebook/static/notebook/js/cell.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
}
Expand Down

0 comments on commit 4b8cc28

Please sign in to comment.