Home
last modified time | relevance | path

Searched refs:keystrokeValue (Results 1 – 3 of 3) sorted by relevance

/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfckkeystrokehandler.js96 var keystrokeValue = keystrokeHandler.Keystrokes[ keyCombination ] ;
101 if ( keystrokeValue )
106 …if ( keystrokeValue === true || !( keystrokeHandler.OnKeystroke && keystrokeHandler.OnKeystroke.ap…
H A Dfckenterkey.js63 function FCKEnterKey_OnKeystroke( keyCombination, keystrokeValue ) argument
69 switch ( keystrokeValue )
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfck.js699 var keystrokeValue = evt.keyCode ;
703 if ( keystrokeValue == 9 && FCK.EditMode != FCK_EDITMODE_WYSIWYG )
885 function _FCK_KeystrokeHandler_OnKeystroke( keystroke, keystrokeValue ) argument
892 switch ( keystrokeValue )
905 if ( keystrokeValue.Equals( 'Paste', 'Undo', 'Redo', 'SelectAll', 'Cut' ) )
911 var oCommand = FCK.Commands.GetCommand( keystrokeValue ) ;