Ticket #2170: 2170.patch

File 2170.patch, 1.0 KB (added by Martin Kou, 16 years ago)
  • _whatsnew.html

     
    6666                        longer interfere with the appearance of the editor and floating panels now.</li>
    6767                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2113">#2113</a>] Fixed unneeded &lt;span
    6868                        class=&quot;Apple-style-span&quot;&gt; created after inserting special characters.</li>
     69                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2170">#2170</a>] Fixed Ctrl-Insert hotkey
     70                        for copying.</li>
    6971        </ul>
    7072        <h3>
    7173                Version 2.6</h3>
  • fckconfig.js

     
    128128        [ CTRL + 84 /*T*/, true ],
    129129        [ CTRL + 88 /*X*/, true ],
    130130        [ CTRL + 86 /*V*/, 'Paste' ],
     131        [ CTRL + 45 /*INS*/, true ],
    131132        [ SHIFT + 45 /*INS*/, 'Paste' ],
    132133        [ CTRL + 88 /*X*/, 'Cut' ],
    133134        [ SHIFT + 46 /*DEL*/, 'Cut' ],
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy