You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<desc>Indicates whether the META key was pressed when the event fired. </desc>
8
+
<longdesc>Returns a boolean value that indicates whether or not the META key was pressed at the time the event fired.
9
+
This value varies by system, see <ahref="https://developer.mozilla.org/en-US/docs/DOM/event.metaKey">https://developer.mozilla.org/en-US/docs/DOM/event.metaKey</a> for more information.
10
+
</longdesc>
11
+
<example>
12
+
<desc>Determine whether the META key was pressed when the event fired.</desc>
0 commit comments