Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Commit

Permalink
Merge pull request #2039 from zanqi/copyCutPaste
Browse files Browse the repository at this point in the history
Remove unnecessary extrakey for CodeMirror
  • Loading branch information
redmunds committed Nov 5, 2012
2 parents 310848d + 0365b47 commit 0ae8804
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/editor/Editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -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, '/'); }
};
Expand Down

0 comments on commit 0ae8804

Please sign in to comment.