javascript event altKey

altKeyNN 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


  • r...
    #1
    2011-10-03
    Reviewing ...
  • r...
    #2
    2011-10-03
    Reviewing ...
741,Nickname,Homepage or email,Comments here,Add comment