javascript event ctrlLeft

ctrlLeftNN n/a IE 5.5(Win) DOM n/a

Read-only

Returns true if the left Control key was pressed at the instant the event fired.

 
Example
 
if (evt.ctrlLeft) {
    // process for left Control key being down
}
 
Value

Boolean value: true | false.

 
Default

false


754,Nickname,Homepage or email,Comments here,Add comment