|
|
|
|
|
metaKey
Returns a boolean indicating whether the <meta> key was pressed when the event was fired.
Syntax
returnType = event.propertyParameters
Example
function goInput(e) { // checks metaKey and if e.metaKey // passes event along superSizeOutput(e); else doOutput(e)
Notes
Specification
metaKey
| mozilla DOM project | mailto:oeschger | bug 93108 |
|
|
|
|
|