Index: /FCKeditor/trunk/editor/_source/internals/fck.js
===================================================================
--- /FCKeditor/trunk/editor/_source/internals/fck.js	(revision 727)
+++ /FCKeditor/trunk/editor/_source/internals/fck.js	(revision 728)
@@ -93,4 +93,7 @@
 				oKeystrokeHandler.SetKeystrokes( [ SHIFT + 45, true ] ) ;
 		}
+		
+		// Retain default behavior for Ctrl-Backspace. (Bug #362)
+		oKeystrokeHandler.SetKeystrokes( [ CTRL + 8, true ] ) ;
 
 		this.EditingArea = new FCKEditingArea( document.getElementById( 'xEditingArea' ) ) ;
