Changeset 1684

Show
Ignore:
Timestamp:
2008-03-06 05:53:49 (7 months ago)
Author:
martinkou
Message:

Fixed #1695 : Removed Ctrl-Tab hotkey for Source mode and allowed Ctrl-T to work in Firefox.

Location:
FCKeditor/trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • FCKeditor/trunk/fckconfig.js

    r1629 r1684  
    126126        [ CTRL + 70 /*F*/, true ], 
    127127        [ CTRL + 83 /*S*/, true ], 
     128        [ CTRL + 84 /*T*/, true ], 
    128129        [ CTRL + 88 /*X*/, true ], 
    129130        [ CTRL + 86 /*V*/, 'Paste' ], 
     
    139140        [ CTRL + 85 /*U*/, 'Underline' ], 
    140141        [ CTRL + SHIFT + 83 /*S*/, 'Save' ], 
    141         [ CTRL + ALT + 13 /*ENTER*/, 'FitWindow' ], 
    142         [ CTRL + 9 /*TAB*/, 'Source' ] 
     142        [ CTRL + ALT + 13 /*ENTER*/, 'FitWindow' ] 
    143143] ; 
    144144 
  • FCKeditor/trunk/_whatsnew.html

    r1668 r1684  
    5252                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1952">#1952</a>] Fixed 
    5353                        an issue in FCKTools.FixCssUrls that, other than wrong, was breaking Opera.</li> 
     54                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1695">#1695</a>] Removed 
     55                        Ctrl-Tab hotkey for Source mode and allowed Ctrl-T to work in Firefox.</li> 
    5456        </ul> 
    5557        <h3>