diff --git a/src/editor/Editor.js b/src/editor/Editor.js index bff7ab36262..380c5aef204 100644 --- a/src/editor/Editor.js +++ b/src/editor/Editor.js @@ -320,9 +320,6 @@ define(function (require, exports, module) { "Esc": function (instance) { self.removeAllInlineWidgets(); }, - "Shift-Delete": "cut", - "Ctrl-Insert": "copy", - "Shift-Insert": "paste", "'>'": function (cm) { cm.closeTag(cm, '>'); }, "'/'": function (cm) { cm.closeTag(cm, '/'); } };