event.metaKey
1.0.4
Indicates whether the META key was pressed when the event fired.
Returns a boolean value that indicates whether or not the META key was pressed at the time the event fired.
This value varies by system, see https://developer.mozilla.org/en-US/docs/DOM/event.metaKey for more information.
Determine whether the META key was pressed when the event fired.
body {background-color: #eef; }
div { padding: 20px; }
Click me!
]]>