Removing alt-tab and alt-shift-tab

This commit is contained in:
Julia Hansbrough
2013-10-31 16:54:48 +00:00
parent 5a93bb793a
commit d3845970fa

View File

@@ -4,10 +4,8 @@
(function() {
var keyMap = CodeMirror.keyMap.accessible = {
"Alt-Tab": "insertTab",
"Alt-Shift-Tab": "insertTab",
"Tab": false,
"Shift-Tab": false,
fallthrough: "default"
};
})();
})();