diff --git a/modules/editor/tpl/js/editor.js b/modules/editor/tpl/js/editor.js index 2ad6382ea..a06e650ba 100755 --- a/modules/editor/tpl/js/editor.js +++ b/modules/editor/tpl/js/editor.js @@ -293,12 +293,6 @@ function editorKeyPress(evt) { xPreventDefault(evt); xStopPropagation(evt); break; - // ctrl+x - case 120 : - editorDo('formatblock',"
",e.target); - xPreventDefault(evt); - xStopPropagation(evt); - break; // ie에서 ctrlKey + enter일 경우 P 태그 입력 case 13 : if(xIE4Up) {