javascript event altLeft
| altLeft | NN n/a IE 5.5(Win) DOM n/a |
| Read-only | |
|
Returns true if the left Alt key is down at the time the event fired. |
|
| Example | |
if (evt.altLeft) {
//handle case of left Alt key down
}
|
|
| Value | |
Boolean value: true | false. |
|
| Default | |
false |
|
Previous: javascript event attrChange
Next: javascript event altKey
742,Nickname,Homepage or email,Comments here,Add comment
