javascript event ctrlKey
| ctrlKey | NN 6 IE 4 DOM 2 |
|
|
Read-only |
|
Returns true if the left or right Control key was pressed at the instant the event fired. |
|
| Example | |
if (evt.ctrlKey) {
// process for Control key being down
}
|
|
| Value | |
|
Boolean value: true | false. |
|
| Default | |
|
false |
|
Previous: javascript event ctrlLeft
753,Nickname,Homepage or email,Comments here,Add comment
