Index: /FCKeditor/trunk/editor/_source/internals/fck.js
===================================================================
--- /FCKeditor/trunk/editor/_source/internals/fck.js	(revision 431)
+++ /FCKeditor/trunk/editor/_source/internals/fck.js	(revision 432)
@@ -763,5 +763,5 @@
 		if ( keystrokeValue == 'Paste' )
 			return !FCK.Events.FireEvent( 'OnPaste' ) ;
-		else if ( keystrokeValue == 'CustomCut' )
+		else if ( keystrokeValue == 'Cut' )
 		{
 			FCKUndo.SaveUndoStep() ;
Index: /FCKeditor/trunk/fckconfig.js
===================================================================
--- /FCKeditor/trunk/fckconfig.js	(revision 431)
+++ /FCKeditor/trunk/fckconfig.js	(revision 432)
@@ -125,6 +125,6 @@
 	[ CTRL + 86 /*V*/, 'Paste' ],
 	[ SHIFT + 45 /*INS*/, 'Paste' ],
-	[ CTRL + 88 /*X*/, 'CustomCut' ],
-	[ SHIFT + 46 /*DEL*/, 'CustomCut' ],
+	[ CTRL + 88 /*X*/, 'Cut' ],
+	[ SHIFT + 46 /*DEL*/, 'Cut' ],
 	[ CTRL + 90 /*Z*/, 'Undo' ],
 	[ CTRL + 89 /*Y*/, 'Redo' ],
