Index: _whatsnew.html
===================================================================
--- _whatsnew.html	(revision 1951)
+++ _whatsnew.html	(working copy)
@@ -66,6 +66,8 @@
 			longer interfere with the appearance of the editor and floating panels now.</li>
 		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2113">#2113</a>] Fixed unneeded &lt;span
 			class=&quot;Apple-style-span&quot;&gt; created after inserting special characters.</li>
+		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2170">#2170</a>] Fixed Ctrl-Insert hotkey
+			for copying.</li>
 	</ul>
 	<h3>
 		Version 2.6</h3>
Index: fckconfig.js
===================================================================
--- fckconfig.js	(revision 1949)
+++ fckconfig.js	(working copy)
@@ -128,6 +128,7 @@
 	[ CTRL + 84 /*T*/, true ],
 	[ CTRL + 88 /*X*/, true ],
 	[ CTRL + 86 /*V*/, 'Paste' ],
+	[ CTRL + 45 /*INS*/, true ],
 	[ SHIFT + 45 /*INS*/, 'Paste' ],
 	[ CTRL + 88 /*X*/, 'Cut' ],
 	[ SHIFT + 46 /*DEL*/, 'Cut' ],
