Changeset 1962

Show
Ignore:
Timestamp:
2008-05-08 10:23:44 (8 months ago)
Author:
martinkou
Message:

Fixed #2170 : Fixed Ctrl-Insert hotkey for copying.

Location:
FCKeditor/trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • FCKeditor/trunk/fckconfig.js

    r1956 r1962  
    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' ], 
  • FCKeditor/trunk/_whatsnew.html

    r1951 r1962  
    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>