Vlad Kurkin (b_vladi) wrote in changelog,
Vlad Kurkin
b_vladi
changelog

[livejournal] r19553: LJSV-1478: Inserting a link in the Rich ...

Committer: vkurkin
LJSV-1478: Inserting a link in the Rich Text editor in IE9 fails
U   trunk/htdocs/js/ck/config.js
Modified: trunk/htdocs/js/ck/config.js
===================================================================
--- trunk/htdocs/js/ck/config.js	2011-08-02 01:06:48 UTC (rev 19552)
+++ trunk/htdocs/js/ck/config.js	2011-08-02 01:38:49 UTC (rev 19553)
@@ -129,15 +129,9 @@
 	config.enterMode = CKEDITOR.ENTER_BR;
 	config.forceEnterMode = false;
 	config.shiftEnterMode = CKEDITOR.ENTER_P;
+
 	config.keystrokes = [
-		[ CKEDITOR.CTRL + 65 /*A*/, true ],
-		[ CKEDITOR.CTRL + 67 /*C*/, true ],
-		[ CKEDITOR.CTRL + 70 /*F*/, true ],
-		[ CKEDITOR.CTRL + 83 /*S*/, true ],
-		[ CKEDITOR.CTRL + 84 /*T*/, true ],
-		[ CKEDITOR.CTRL + 88 /*X*/, true ],
 		[ CKEDITOR.CTRL + 86 /*V*/, 'Paste' ],
-		[ CKEDITOR.CTRL + 45 /*INS*/, true ],
 		[ CKEDITOR.SHIFT + 45 /*INS*/, 'Paste' ],
 		[ CKEDITOR.CTRL + 88 /*X*/, 'Cut' ],
 		[ CKEDITOR.SHIFT + 46 /*DEL*/, 'Cut' ],

Tags: b_vladi, js, livejournal
Subscribe

  • Post a new comment

    Error

    Anonymous comments are disabled in this journal

    default userpic

    Your reply will be screened

    Your IP address will be recorded 

  • 0 comments