From 5a93bb793a79ee2d8bc88837bbe37122aa3a9204 Mon Sep 17 00:00:00 2001 From: Julia Hansbrough Date: Tue, 29 Oct 2013 21:51:40 +0000 Subject: [PATCH] Removing unnecessary commands --- lms/static/js/wiki/accessible.js | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/lms/static/js/wiki/accessible.js b/lms/static/js/wiki/accessible.js index 72c5c45611..a00597bfd9 100644 --- a/lms/static/js/wiki/accessible.js +++ b/lms/static/js/wiki/accessible.js @@ -4,23 +4,10 @@ (function() { var keyMap = CodeMirror.keyMap.accessible = { - "Left": "goCharLeft", - "Right": "goCharRight", - "Up": "goLineUp", - "Down": "goLineDown", - "End": "goLineEnd", - "Home": "goLineStartSmart", - "PageUp": "goPageUp", - "PageDown": "goPageDown", - "Delete": "delCharAfter", - "Backspace": "delCharBefore", - "Shift-Backspace": "delCharBefore", "Alt-Tab": "insertTab", "Alt-Shift-Tab": "insertTab", "Tab": false, "Shift-Tab": false, - "Enter": "newlineAndIndent", - "Insert": "toggleOverwrite", fallthrough: "default" }; })(); \ No newline at end of file