Changeset 728

Show
Ignore:
Timestamp:
2007-08-27 12:26:10 (3 years ago)
Author:
martinkou
Message:

Fixed #362 : Fixed the issue where Ctrl-Backspace does not work.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • FCKeditor/trunk/editor/_source/internals/fck.js

    r716 r728  
    9393                                oKeystrokeHandler.SetKeystrokes( [ SHIFT + 45, true ] ) ; 
    9494                } 
     95                 
     96                // Retain default behavior for Ctrl-Backspace. (Bug #362) 
     97                oKeystrokeHandler.SetKeystrokes( [ CTRL + 8, true ] ) ; 
    9598 
    9699                this.EditingArea = new FCKEditingArea( document.getElementById( 'xEditingArea' ) ) ;