javascript event altKey
| altKey | NN 6 IE 4 DOM 2 |
| Read-only | |
Returns true if the left or right Alt key is down at the time the event fired. |
|
| Example | |
if (evt.altKey) {
//handle case of Alt key down
}
|
|
| Value | |
Boolean value: true | false. |
|
| Default | |
false |
|
Previous: javascript event altLeft
- #12011-10-03Reviewing ...
- #22011-10-03Reviewing ...
741,Nickname,Homepage or email,Comments here,Add comment
