javascript event shiftLeft

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

Read-only

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

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

Boolean value: true | false.

 
Default

false


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