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
Copy file name to clipboardExpand all lines: entries/event.metaKey.xml
+2
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,8 @@
8
8
<longdesc>
9
9
<p>Returns a boolean value (<code>true</code> or <code>false</code>) that indicates whether or not the <kbd>META</kbd> key was pressed at the time the event fired.
10
10
This key might map to an alternative key name on some platforms.</p>
11
+
<p>On Macintosh keyboards, the <kbd>META</kbd> key maps to the <ahref="http://en.wikipedia.org/wiki/Command_key">Command key (⌘)</a>.</p>
12
+
<p>On Windows keyboards, the <kbd>META</kbd> key maps to the <ahref="http://en.wikipedia.org/wiki/Windows_key">Windows key</a>.</p>
11
13
</longdesc>
12
14
<example>
13
15
<desc>Determine whether the META key was pressed when the event fired.</desc>
0 commit comments