Removing alt-tab and alt-shift-tab
This commit is contained in:
@@ -4,10 +4,8 @@
|
||||
|
||||
(function() {
|
||||
var keyMap = CodeMirror.keyMap.accessible = {
|
||||
"Alt-Tab": "insertTab",
|
||||
"Alt-Shift-Tab": "insertTab",
|
||||
"Tab": false,
|
||||
"Shift-Tab": false,
|
||||
fallthrough: "default"
|
||||
};
|
||||
})();
|
||||
})();
|
||||
|
||||
Reference in New Issue
Block a user