javascript event ctrlLeft
| ctrlLeft | NN 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 |
|
Previous: javascript event currentTarget
Next: javascript event ctrlKey
754,Nickname,Homepage or email,Comments here,Add comment
