Changeset 169

Show
Ignore:
Timestamp:
2007-02-28 17:51:20 (3 years ago)
Author:
fredck
Message:

Fixed #139 : Added CTRL+F and CTRL+S to configuration file so their default behavior is preserved.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • FCKeditor/trunk/fckconfig.js

    r137 r169  
    119119        [ CTRL + 65 /*A*/, true ], 
    120120        [ CTRL + 67 /*C*/, true ], 
     121        [ CTRL + 70 /*F*/, true ], 
     122        [ CTRL + 83 /*S*/, true ], 
    121123        [ CTRL + 88 /*X*/, true ], 
    122124        [ CTRL + 86 /*V*/, 'Paste' ],